@charset "utf-8";
/*
	Author: nine
	Author URI: https://www.langsan.com/
	Description: 浪三科技
	Version: 1.2
*/
* { margin:0;padding:0;border:none; -webkit-tap-highlight-color: transparent;-webkit-box-sizing: border-box;box-sizing: border-box}
:after,:before {-webkit-box-sizing: border-box;box-sizing: border-box;}
body {min-height: 100%;font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';font-size: 16px;line-height: 1.5;color: #202945;background: #fff;}
img {max-width:100%;border:0 none;vertical-align:middle;-webkit-user-drag:none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;margin: 0;padding: 0;}
li,ol,ul {list-style: none}
a{color:#333;text-decoration:none}
a:hover {text-decoration:none}
em,i{font-weight: normal;font-style: normal;}
@font-face {font-family: 'DIN';src: url('../font/DIN Alternate Bold.ttf');}
input,select,textarea{font-size:14px;color:#333;font-family:'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif}
input,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}
input:focus,textarea:focus{border-color:#0a60b0!important}
table {border-collapse:collapse;border-spacing:0}
/* clearfix */
.clearfix:after,.clearfix:before {content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after {clear:both}
.clearfix {zoom:1}
.hide {display: none;}
.show {display: block;}
.tit-red {color: #E31F1D;}
.langsan a{display:block; width:1px; height:1px; overflow:hidden; font-size:0;}
/* 布局 */
.ls-wp{margin:0 auto;width:90%;max-width:1440px}
.ls-placeholder{height: 60px;}
@media only screen and (max-width:1199px){
.ls-wp{max-width:none;width:100%;padding:0 20px}
}
/* mobile-show */
.mobile-show {display: none !important;}
@media screen and (max-width: 1199px){
.mobile-show {display: block!important;}
.pc-show {display: none;}
}
/* btn */
.ls-btn {display: inline-block;min-width: 118px;padding: 0 20px;height: 34px;line-height: 34px;text-align: center;font-size: 14px;color: #fff;background-color: #E1251B;border: 1px solid #E1251B;border-radius: 3px;}
.ls-btn+.ls-btn{margin-left:10px;}
.ls-btn.btn-red{color: #E1251B;background-color: transparent;border: 1px solid #E1251B}
.ls-btn.btn-black{color: #202020;background-color: transparent;border: 1px solid #202020}
.ls-btn.btn-white {color: #fff;background-color: transparent;border: 1px solid #fff}

.ls-btn .arr-black,.ls-btn .arr-red,.ls-btn .arr-white {padding-right: 0}
.ls-btn .arr-black:after,.ls-btn .arr-red:after,.ls-btn .arr-white:after {opacity: 0}
.ls-btn:hover .arr-black,.ls-btn:hover .arr-red,.ls-btn:hover .arr-white {padding-right: 15px}
.ls-btn:hover .arr-black:after,.ls-btn:hover .arr-red:after,.ls-btn:hover .arr-white:after {opacity: 1}

/*触发*/
.arr-black {position:relative;color:#262626;padding-right:15px;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}
.arr-black:after {content:"";position:absolute;top: calc(50% - 6px);right:0;width:8px;height:14px;background-image: url(../images/icons/arr_black.svg);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}
.arr-black:hover {color:#E1251B}
.arr-black:hover:after {background-image: url(../images/icons/arr_red.svg);}
.arr-red {position:relative;color:#E1251B;padding-right:15px;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}
.arr-red:after {content:"";position:absolute;top: calc(50% - 6px);right:0;width:8px;height:14px;background-image: url(../images/icons/arr_red.svg);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}
.arr-red:hover {color:#E1251B}
.arr-red:hover:after {-webkit-transform:translate(4px);-ms-transform:translate(4px);transform:translate(4px)}
.arr-white {position:relative;color:#fff;padding-right:15px;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}
.arr-white:after {content:"";position:absolute;top: calc(50% - 6px);right:0;width:8px;height:14px;background-image: url(../images/icons/arr_white.svg);-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease}
.arr-white:hover {color:#fff}
.arr-white:hover:after {-webkit-transform:translate(4px);-ms-transform:translate(4px);transform:translate(4px)}
/*自动*/
.arrow-moving {position: relative;}
.arrow-moving:after {content: "";width: 16px;height: 16px;position: absolute;top: calc(50% - 7px);right: 20px;background-image: url(../images/icons/arr_white.svg);background-repeat: no-repeat;animation: arrowmove 2s infinite;}
@keyframes arrowmove {0% {transform: translateX(0)}10% {transform: translateX(1px)}20% {transform: translateX(2px)}30% {transform: translateX(3px)}40% {transform: translateX(4px)}50% {transform: translateX(5px)}60% {transform: translateX(4px)}70% {transform: translateX(3px)}80% {transform: translateX(2px)}90% {transform: translateX(1px)}100% {transform: translateX(0)}}
/*header*/
.ls-header{position:fixed;left:0;top:0;right:0;z-index:100;width: 100%;height: 60px;line-height:60px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.ls-header.active{background-color:#fff;box-shadow: 0px 3px 5px 0px rgba(240, 240, 240, 0.5);}
.ls-header.ls-head-move {top: -60px;}
.ls-header-top {width: 100%;height: 60px;position: relative;font-size: 0;max-width: 1920px;padding: 0 30px}
/*logo*/
.ls-logo {float:left;margin-right: 40px;position:relative;}
.ls-logo .logo-link{display:flex;align-items:center;height:60px;}
.ls-logo .logo-link img{max-height:30px;display:block;}
/*导航*/
.ls-nav{display: inline-block;vertical-align: middle;}
.ls-nav .nav{font-size:0}
.ls-nav .nav-item{display: inline-block;vertical-align: middle;position: relative;}
.ls-nav .nav-item .v1{padding: 0 12px;display: block;font-size: 14px;color: #202020;position: relative;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.ls-nav .nav-item .v1:after{content:'';position: absolute;bottom: 0;left: 50%;right: 50%;height: 3px;background-color: #E1251B;opacity:0;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.ls-nav .nav-item .v1 .icon{ display:inline-block;margin-left: 5px;position: relative;width: 12px;height: 12px;background-image: url(../images/icons/arrow_down.png);background-size: 12px auto;background-repeat: no-repeat;background-position: center;z-index:10;}
.ls-nav .nav-item .v1 .tags {font-size: 14px;font-weight: 600;color: #F14917;margin-left:2px;background: #FCEADE;border-radius: 2px;display: inline-block;padding: 0 4px;line-height: 20px;}
.ls-nav .nav-item:hover .v1:after,.ls-nav .nav-item.active .v1:after{opacity:1;left: 12px;right: 12px;}
.ls-nav .nav-item:hover .v1,.ls-nav .nav-item.active .v1 {color: #E1251B;}
.ls-nav .nav-item:hover .v1 .icon {background-image: url(../images/icons/arrow_up.png);}
/*下拉导航*/
.ls-nav .nav-sub{display:none}
/*下拉导航01*/
.subnav-item01 {padding:10px;position:absolute;left:50%;top:60px;min-width:140px;line-height:1.5;background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.1);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}
.subnav-item01 .a1 {display:block;line-height: 40px;font-size:14px;color:#333;color:inherit;text-align:center;-t-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item01 .a1:hover span{color: #E1251B;}
.subnav-item01 .a1:hover {background: #fff6f6 ;}
/*下拉导航02*/
.subnav-item02{display: none;position: fixed;top: 60px;left: 0;right: 0;overflow: hidden;border-top: 1px solid #eaeeef;}
.subnav-item02 .item02-wrap{height:350px;background-color:#fff;border-bottom: 1px solid #eaeeef;overflow:hidden;display:-webkit-flex;display:flex}
.subnav-item02 .item02-left{padding: 20px 0 20px 220px;float: left;width: 360px;background-image: linear-gradient(120deg, #f7eeee, #fff8f8 26.85%, #ffffff 59.66%, #f7f8fa);border-right: 1px solid #eaeeef;position: relative;z-index: 1;overflow-y: auto;}
.subnav-item02 .item02-left::-webkit-scrollbar{width:4px;border-radius:10px}
.subnav-item02 .item02-left::-webkit-scrollbar-track{background:0 0;border-radius:10px}
.subnav-item02 .item02-left::-webkit-scrollbar-thumb{background:#E1251B;border-radius:10px}
.subnav-item02 .item02-left::-webkit-scrollbar-thumb:window-inactive{background:#E1251B;border-radius:10px}
.subnav-item02 .item02-left .navTabs-list {font-size:18px;color:#444;line-height:1.5}
.subnav-item02 .item02-left .navTabs-list .item{display: block;vertical-align: middle;position: relative;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item02 .item02-left .navTabs-list .item .a1{display:block;color:inherit;height: 50px;line-height: 50px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item02 .item02-left .navTabs-list .item .a1 .title{display:inline-block;vertical-align:middle;font-size: 16px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item02 .item02-left .navTabs-list .item .a1 .icon{opacity:0;display:inline-block;vertical-align:middle;margin-left: 20px;width:14px;height:14px;background:url(../images/icons/arrow_rightred.png);background-size: cover;background-repeat: no-repeat;background-position: center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item02 .item02-left .navTabs-list .item.on span,.subnav-item02 .item02-left .navTabs-list .item:hover span{color: #E1251B;}
.subnav-item02 .item02-left .navTabs-list .item.on .icon,.subnav-item02 .item02-left .navTabs-list .item:hover .icon{opacity:1}
.subnav-item02 .item02-right{padding: 20px  40px;float: right;width: calc(100% - 360px);overflow-y: auto;}
.subnav-item02 .item02-right::-webkit-scrollbar{width:4px;border-radius:10px}
.subnav-item02 .item02-right::-webkit-scrollbar-track{background:0 0;border-radius:10px}
.subnav-item02 .item02-right::-webkit-scrollbar-thumb{background:#E1251B;border-radius:10px}
.subnav-item02 .item02-right::-webkit-scrollbar-thumb:window-inactive{background:#E1251B;border-radius:10px}
.subnav-item02 .item02-right .navDesc-item{display: none}
.subnav-item02 .item02-right .navDesc-item.on{display: block}
.subnav-item02 .item02-right .navDesc-item .item-title{margin-bottom:10px;padding:0 16px;border-bottom: 1px solid #eaeeef;}
.subnav-item02 .item02-right .navDesc-item .item-title .tit{font-size:16px;color:#333;font-weight:400;height:50px;line-height:50px}
.subnav-item02 .item02-right .navDesc-item .item-content{padding-right:0px;font-size:0}
.subnav-item02 .item02-right .navDesc-item .item-content .a1{display: inline-block;width: calc(25% - 15px);padding:8px 16px;line-height: 30px;margin-right:20px;position: relative;border-radius: 4px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item02 .item02-right .navDesc-item .item-content .a1:nth-child(4n+0) {margin-right: 0;}
.subnav-item02 .item02-right .navDesc-item .item-content .a1 .title{display:inline-block;vertical-align:middle;font-size: 14px;line-height: 20px;color:#333;overflow:hidden}
.subnav-item02 .item02-right .navDesc-item .item-content .a1 .desc{font-size: 12px;font-weight: 400;line-height: 20px;text-align: left;color: #9096A5;}
.subnav-item02 .item02-right .navDesc-item .item-content .a1:hover  { background: #fff6f6 ;color: #E1251B;}
.subnav-item02 .item02-right .navDesc-item .item-content .a1:hover .title{color: #E1251B; }
.subnav-item02 .item02-right .navDesc-item .item-content dl{display:inline-block;padding-right:40px;vertical-align:top;width:25%}
.subnav-item02 .item02-right .navDesc-item .item-content dl:nth-child(4n+0) {padding-right: 0;}
.subnav-item02 .item02-right .navDesc-item .item-content dt{padding:0 16px;font-size:16px;color:#202020;font-weight:400;height:50px;line-height:50px;margin-bottom:10px;border-bottom: 1px solid #eaeeef;}
.subnav-item02 .item02-right .navDesc-item .item-content dd{font-size:14px;color:#666;line-height:2;}
.subnav-item02 .item02-right .navDesc-item .item-content dd .a2{display:block;color:inherit;line-height: 40px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.subnav-item02 .item02-right .navDesc-item .item-content dd .a2 .title{display:inline-block;padding:0 16px;vertical-align:top;font-size: 14px;overflow:hidden}
.subnav-item02 .item02-right .navDesc-item .item-content dd .a2:hover span{ background: #fff6f6 ;color: #E1251B;}
/* header右侧 */
.ls-header-right {float: right;position: relative;display: flex;justify-content: space-between;align-items: center;}
.ls-header-right .sign-btn {display: flex;align-items: center;color: #666;height: 60px;}
.ls-header-right .sign-btn a{display:inline-block;text-align:center;color:#202020;font-size:16px;line-height:32px;}
.ls-header-right .sign-btn a.active{color:#fff;padding:0px 10px;margin-left:20px;background-image: -webkit-gradient(linear, right top, left top, from(#E1251B), to(#ff3900));background-image: -webkit-linear-gradient(right, #E1251B, #ff3900);background-image: linear-gradient(270deg, #E1251B, #ff3900);border-radius:3px;}
.ls-header-right .sign-btn a.active:hover {background:#E1251B;}
/*移动菜单*/
.ls-menuBtn{display:none;position:absolute;top:50%;right:2%;width:30px;height:30px;margin-top:-16px;cursor:pointer;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s;z-index:5}
.ls-menuBtn span{position:absolute;left:0;top:50%;right:0;width:24px;height:2px;background-color:#202020;border-radius: 2px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.ls-menuBtn span:after,.ls-menuBtn span:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;width:30px;background-color:#202020;border-radius: 2px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.ls-menuBtn span:before{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-12px)}
.ls-menuBtn span:after{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(12px)}
.ls-open-nav .ls-menuBtn span{background-color:transparent;}
.ls-open-nav .ls-menuBtn span:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}
.ls-open-nav .ls-menuBtn span:after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}
@media only screen and (max-width:1199px){
.ls-header .ls-header-top {width:100%;padding:0 2%}
.ls-logo {float:left;margin-right: 0px;position:relative;}
/*导航*/
.ls-nav{position:fixed;right:0;top:60px;bottom:0;width:100%;height: auto;background-color:#fff;text-align:left;overflow-y:auto;z-index:10;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;display: block}
.ls-nav .nav {border-top: 1px solid #f5f5f5;}	
.ls-nav .nav-item{display:block;border-bottom: 1px solid #f5f5f5;}
.ls-nav .nav-item .v1{display: block;padding:0px 20px;font-size:16px;color:#333;line-height:50px}
.ls-nav .nav-item .v1:after{width:100%;margin:0;left:0;display: none}
.ls-nav .nav-item .v1 .icon {position: absolute;right: 15px;top: 0;display:block;margin-left: 0px;width: 50px;height: 50px;text-align:center;background-image: url(../images/icons/arrow_right.png);background-size: 18px;background-repeat: no-repeat;background-position: center;cursor: pointer;transition: transform .5s;}
.ls-nav .nav-item:hover .v1 .icon {background-image: url(../images/icons/arrow_downred.png);}
/*导航下拉*/
.ls-nav .nav-sub{position:static!important;-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}
/*下拉导航01*/
.subnav-item01{padding:0px 16px;font-size:14px;border-top: 1px solid #f2f2f2;box-shadow: initial;}
.subnav-item01 .a1{padding:0px 16px;border-bottom: 1px solid #f2f2f2;border-radius: 3px;font-size: 14px;line-height:50px;margin-bottom:0px;text-align:left;}
.subnav-item01 .a1:last-child {border-bottom: 0;}
/*下拉导航02*/
.subnav-item02 .item02-wrap{height:100%;}
.subnav-item02 .item02-left {display:none}
.subnav-item02 .item02-right{float:none;padding:0 20px;width:auto;overflow:hidden;}
.subnav-item02 .item02-right .navDesc-item .item-content .a1{display: block;width:100%;margin-right: 0px;}	
.subnav-item02 .item02-right .navDesc-item .item-content dl{padding:0;margin-bottom:10px;width:100%}
.subnav-item02 .item02-right .navDesc-item .item-content dt{margin-bottom:5px;font-size:16px;}
.subnav-item02 .item02-right .navDesc-item .item-content dd{font-size:12px;line-height:2}	
.subnav-item02 .item02-right .navDesc-item .item-content dd .a2:hover span{ background:transparent ;color: #E1251B;}
/*移动菜单*/
.ls-menuBtn{display:block}
.ls-open-nav .ls-nav {-webkit-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}
/* header右侧 */
.ls-header-right  { float:none;}
.ls-header-right .sign-btn {position:  absolute;top:0;right: 40px;z-index: 9999;}
.ls-header-right .sign-btn a.active{color:#fff;padding:0px 10px;margin-left:10px;}
/* header 选中 */
.ls-header.active{background-color:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,.1)}
.ls-header.active .ls-menuBtn span,.ls-header.active .ls-menuBtn span:after,.ls-header.active .ls-menuBtn span:before{background-color:#E1251B}
.ls-open-nav .ls-header.active .ls-menuBtn span{background-color:transparent;}
}
/* 公共 */
.ls-layout {position: relative;width: 100%;max-width: 100%;}
.ls-layout .ls-module {display:block;padding: 100px 0;overflow: hidden;position: relative;}
.ls-layout .ls-module-narrow{padding: 40px 0;} 
.ls-layout .ls-bgcolor{background: #F8F8F8 ;} 
.ls-layout .ls-bgred{background: #fff6f6  ;} 
@media screen and (max-width: 768px){
.ls-layout .ls-module{padding: 60px 0;} 
.ls-layout .ls-module-narrow{padding: 20px 0;} 
}
@media screen and (max-width: 500px){
.ls-layout .module{padding: 40px 0;} 
}
/* 公共标题 */
.ls-title{text-align: center;margin-bottom:40px;}
.ls-title .title {font-size: 36px;color: #202020;line-height: 40px;}
.ls-title .title.tz {text-align:left;}
.ls-title .line {display: block;width: 2%;height: 3px;background: #E1251B;margin: auto;margin-top: 20px;}
.ls-title .text{font-size: 18px;color: #777;text-align: center;line-height: 30px;margin-top: 10px;}
@media screen and (max-width: 1199px){
.ls-title{text-align: center;margin-bottom:30px;}
.ls-title .title{font-size: 30px;line-height: 36px;}
.ls-title .text{font-size: 16px;line-height: 30px;margin-top: 10px;}
}
@media screen and (max-width: 768px){
.ls-title{text-align: center;margin-bottom:20px;}
.ls-title .title{font-size: 24px;line-height: 30px;}
.ls-title .text{font-size: 14px;line-height: 24px;}
}

/* banner */
.ls-index-banner {padding-top:72px;background-image: linear-gradient(120deg, #f7eeee, #fff8f8 26.85%, #ffffff 59.66%, #f7f8fa);overflow: hidden;}
.ls-index-banner .banner-contain {width: 100%;padding: 100px 0 0;text-align: center;}
.ls-index-banner .banner-title {font-size: 50px;overflow: hidden;color: #010101;position: relative;}
.ls-index-banner .banner-title .line { background-color: #f60014;width: 40px;height: 2px;margin: 20px auto 0;overflow: hidden;}
.ls-index-banner .banner-text {font-size: 26px;line-height: 1.6;width: 100%;margin: 20px auto 30px;color: #333;}
.ls-index-banner .banner-btn .ls-btn{min-width: 180px;line-height: 40px;height: 40px;}
.ls-index-banner .banner-pic {display: flex;align-items: flex-end;position: relative;left: 0;}
.ls-index-banner .banner-pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
@media only screen and (max-width: 1199px) {
.ls-index-banner .banner-title {font-size: 40px;}
.ls-index-banner .banner-text {font-size: 20px;}
.ls-index-banner .banner-btn .btn{min-width: 160px;line-height: 40px;}
}
@media only screen and (max-width: 500px) {
.ls-index-banner .banner-title {font-size: 26px;line-height: 1.2;}
.ls-index-banner .banner-text  {font-size: 16px;}
}
/* 产品服务 */
.ls-index-product {display:block;width: 100%;height: 100%;font-size: 0;position: relative;box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);}
.ls-index-product .product-left {display: inline-block;vertical-align: top;width: 24%;height: 666px;background-color: #fff;position: relative;}
.ls-index-product .product-left-main {padding: 20px;height:100%;text-align: left;position: relative;z-index: 3;}
.ls-index-product .product-left .title {height: 50px;line-height: 50px;letter-spacing: .5px;position: relative;padding-left: 60px;margin-bottom: 20px;}
.ls-index-product .product-left .title b {display: inline-block;vertical-align: middle;line-height: 50px;font-weight: bold;font-size: 18px;color: #101010;}
.ls-index-product .product-left .title .iocn {display: block;position: absolute;left: 0px;width: 50px;height: 50px;line-height: 50px;text-align: center;border-radius: 50%;box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), inset 0 4px 20px 0 hsla(0,0%,100%,.5);}
.ls-index-product .product-left .title .iocn img {display: inline-block;width: 36px;height: 26px;line-height: 26px;}
.ls-index-product .product-left .desc {line-height: 24px;font-size: 14px;color: #101010;margin-bottom: 40px;}
.ls-index-product .product-left .item-title {line-height: 30px;font-size: 16px;color: #E1251B;padding-left: 30px;position: relative;margin-bottom: 5px;}
.ls-index-product .product-left .item-title::before {position: absolute;top: 5px;left: 0;content: "";display: block;width: 20px;height: 20px;border: 1px solid #E1251B;border-radius: 50%}
.ls-index-product .product-left .item-title::after {position: absolute;top: 10px;left: 5px;content: "";display: block;width: 10px;height: 6px;border: 2px solid #E1251B;border-top: none;border-right: none;-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.ls-index-product .product-left .item-title::before {background: #fff0e7;border-color: #FCEADE}
.ls-index-product .product-left .item-text {line-height: 20px;font-size: 14px;color: #767785;padding-left: 30px;margin-bottom: 20px;}
.ls-index-product .product-left .btn {font-size: 0;position: absolute;left: 20px;right: 20px;bottom: 30px;}
.ls-index-product .product-left .btn .ls-btn {display:inline-block;vertical-align:top;width: calc(50% - 10px);margin-right: 10px;height:40px;line-height:40px;}
.ls-index-product .product-left .btn .ls-btn:nth-child(2n+0) {margin-right: 0;}
.ls-index-product .product-right {display: inline-block;vertical-align: top;text-align: left;width: 76%;}
.ls-index-product .product-right .list-title {display:inline-block;vertical-align:top;width:calc(33.33% - 0px);height:222px;padding:28px 26px;overflow:hidden;letter-spacing:.75px;background-color:#fff;border-bottom:1px solid #eaeeef;border-left:1px solid #eaeeef;position:relative}
.ls-index-product .product-right .list-title:nth-child(7),.ls-index-product .product-right .list-title:nth-child(8),.ls-index-product .product-right .list-title:nth-child(9) {border-bottom:0}
.ls-index-product .product-right .list-title a {display:block;width:100%;height:100%}
.ls-index-product .product-right .list-title h3 {line-height:26px;font-size:16px;color:#202020;font-weight:bold;margin-bottom:10px}
.ls-index-product .product-right .list-title h3 .icon-tags {display: inline-block;vertical-align: middle;width: 36px;height: 16px;line-height: 16px;margin-left:10px;font-size: 12px;font-weight:normal;color: #fff;text-align: center;background: linear-gradient(to right, #f45b4b, #ea3e41);position: relative;top: -2px;}
.ls-index-product .product-right .list-title h3 .icon-tags:before {content: " ";position: absolute;width: 0;height: 0;left: -8px;top: 4px;border-color:  transparent #f45b4b  transparent transparent;border-style: solid;border-width: 4px;}
.ls-index-product .product-right .list-title p {height:48px;line-height:24px;font-size:14px;color:#767785;margin-bottom:16px;text-overflow: ellipsis;overflow: hidden;white-space: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ls-index-product .product-right .list-title .text1 {text-align:left;font-size:0;height:22px;margin-bottom:20px;overflow:hidden;}
.ls-index-product .product-right .list-title .text1 span {display:inline-block;vertical-align:top;min-width:52px;height:22px;line-height:22px;text-align:center;font-size:12px;color:#888999;padding:0 8px;border:1px solid #dae1ea;border-radius:2px;}
.ls-index-product .product-right .list-title .text1 span+span {margin-left: 5px;}
.ls-index-product .product-right .list-title .text1 span:last-child {margin-right:0}
.ls-index-product .product-right .list-title .text2 {display:inline-block;height:24px;line-height:24px;font-size:14px;color:#666;padding-right:15px;position:relative}
.ls-index-product .product-right .list-title .text2 .red{color: #f60011;font-size: 22px;font-weight: 600;margin:0 2px;}
.ls-index-product .product-right .list-title .text2:before {content:'';position:absolute;right:0;top:5px;width:8px;height:14px;background-image:url(../images/icons/arr_red.svg);background-repeat:no-repeat;transition:all .3s ease-out}
.ls-index-product .product-right .list-title .text3 {line-height: 26px;font-size: 16px;font-weight: bold;color: #202020;margin-bottom: 20px}
.ls-index-product .product-right .list-title .text4 {width: 160px;height: 40px;line-height: 40px;font-size: 16px;color: #666;text-align: center;border: 1px solid #101010;border-radius: 3px;margin-bottom: 20px}
.ls-index-product .product-right .list-title:hover h3{color: #f60011;}
.ls-index-product .product-right .list-title:hover .text2:before {transform: translateX(5px)}
@media screen and (max-width:1199px){
.ls-index-product .product-left{width: 100%;height: auto;overflow: hidden;background-size: cover;}
.ls-index-product .product-left-main {padding: 15px;}
.ls-index-product .product-left .title {margin-bottom: 20px;}
.ls-index-product .product-left .desc {margin-bottom: 20px;}
.ls-index-product .product-left .item {display: none;}
.ls-index-product .product-left .btn {position: static;}
.ls-index-product .product-right {width: 100%;height: auto;overflow: hidden;padding: 0px 10px 10px;background: #fff;}
.ls-index-product .product-right .right-main {height: auto;overflow: hidden;}
.ls-index-product .product-right .list-title {float: left;width: calc(50% - 10px);height: auto;overflow: hidden;padding: 0;background-color: #fff9f8;border: 1px solid #E1251B;border-radius: 2px;margin: 0 5px 10px;}
.ls-index-product .product-right .list-title:nth-child(7),.ls-index-product .product-right .list-title:nth-child(8),.ls-index-product .product-right .list-title:nth-child(9) {border: 1px solid #E1251B}
.ls-index-product .product-right .list-title h3 {font-size: 14px;height: 40px;line-height: 40px;font-weight: normal;text-align: center;margin-bottom: 0;}
.ls-index-product .product-right .list-title .text4 {float: left;width: calc(50% - 10px);background-color: #fff9f8;border: 1px solid #E1251B;border-radius: 2px;font-size: 14px;font-weight: normal;margin: 0 5px 10px;}
.ls-index-product .product-right .list-title p,.ls-index-product .product-right .list-title h3 .icon-tags, .ls-index-product .product-right .list-title .text1,.ls-index-product .product-right .list-title .text2,.ls-index-product .product-right .list-title .text3 {display: none;}
.ls-index-product .product-right .list-title:nth-child(9) {float: none;width: 100%;border: 0;background: none;margin: 0;}
}
@media screen and (max-width:768px){
.ls-index-product .product-content {margin-top: 80px;height: 100%;font-size: 0;position: relative;}
.ls-index-product:before {top: 166px;}
}
@media screen and (max-width:500px){
.ls-index-product .product-content {margin-top: 40px;height: 100%;font-size: 0;position: relative;}
.ls-index-product:before {top: 124px;}
}
/*解决方案*/
.ls-index-solution{display:block;width: 100%;height: 100%;font-size: 0;position: relative;}
.ls-index-solution .solution-item {display: inline-block;vertical-align: middle;border-radius: 6px;width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;cursor: pointer;}
.ls-index-solution .solution-item:nth-child(4n+0) {margin-right: 0;}
.ls-index-solution .solution-item1:last-child{margin-right: 0;}
.ls-index-solution .solution-pic{position: relative;overflow: hidden;}
.ls-index-solution .solution-pic img{ width: 100%; display: block; transition-duration: 0.3s; height: 100%; object-fit: cover; }
.ls-index-solution .solution-content{padding: 20px;background-color: #ffffff;box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .1);}
.ls-index-solution .solution-title{font-size: 20px;}
.ls-index-solution .solution-text{margin-top:10px;height: 48px;line-height: 24px;font-size: 14px;color: #666;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}
.ls-index-solution .solution-item:hover .solution-content{background-color: #E1251B;box-shadow: 0 0 15px rgba(0,0,0,.1);}
.ls-index-solution .solution-item:hover .solution-pic img{ width: 100%; display: block;transform: scale(1.1); }
.ls-index-solution .solution-item:hover .solution-title,.ls-index-solution .solution-item:hover .solution-text{color: #ffffff;}
@media (max-width:1024px) {
.ls-index-solution .solution-item,.ls-index-solution .solution-item:nth-child(4n+0){width:calc(50% - 10px);}
.ls-index-solution .solution-item:nth-child(2n+0) {margin-right: 0;}
.ls-index-solution .solution-content{padding: 15px;}
.ls-index-solution .solution-title{font-size: 18px;}
.ls-index-solution .solution-text{height: 48px;line-height: 24px;}
}
@media (max-width:640px) {
.ls-index-solution .solution-content{padding: 10px;}
.ls-index-solution .solution-title{font-size: 16px;}
.ls-index-solution .solution-text{margin-top: 5px;height: 32px;line-height: 16px;font-size: 12px;}
}
/* 我们的优势 */
.ls-index-advantage  {display:block;width: 100%;height: 100%;font-size: 0;text-align:center;position: relative;}
.ls-index-advantage table {width: 100%;font-size: 16px;font-weight: 500}
.ls-index-advantage table thead tr {background: #0052d9;}
.ls-index-advantage table thead tr th {height: 60px;line-height: 60px;padding: 0;font-size: 20px;color: #fff;font-weight: 500}
.ls-index-advantage table thead tr th:first-child {text-align: center;font-weight: 600;}
.ls-index-advantage table thead tr th:nth-child(2) {font-size: 20px;;background: #E1251B;border-left: 4px solid #fff;border-right: 4px solid #fff;}
.ls-index-advantage table thead tr th:nth-child(2) i {background-image: url(../images/icons/hg.svg);background-repeat: no-repeat;-webkit-background-size: 40px auto;background-size: 40px auto;display: inline-block;width: 40px;height: 40px;vertical-align: middle}
.ls-index-advantage table tbody tr {background: #f3f6fc}
.ls-index-advantage table tbody tr td {height: 50px;line-height: 50px;padding: 0;position: relative}
.ls-index-advantage table tbody tr td:first-child {text-align: center;font-weight: 600;}
.ls-index-advantage table tbody tr td:nth-child(2) {border: 4px solid #fff;border-top: none;padding-left: 20px}
.ls-index-advantage table tbody tr td:last-child {padding-left: 20px;font-size: 16px}
.ls-index-advantage table tbody tr:nth-child(odd) {background: #e9eef6}
.ls-index-advantage table tbody tr:nth-child(odd) td:nth-child(2) {background-color: #fff6f6 }
.ls-index-advantage table tbody tr:nth-child(2n) td:nth-child(2) {background-color: #fcf8f7}
.ls-index-advantage table tbody tr:hover td:nth-child(2) span {color: #E1251B}
@media screen and (max-width: 768px){
.ls-index-advantage table {font-size: 13px;}
.ls-index-advantage table thead tr {background: #0052d9;}
.ls-index-advantage table thead tr th {height: 50px;line-height: 50px;font-size: 16px;}
.ls-index-advantage table thead tr th:first-child {text-align: center;font-weight: 600;}
.ls-index-advantage table thead tr th:nth-child(2) {font-size: 16px;}
.ls-index-advantage table thead tr th:nth-child(2) i {background-image: url(../images/icons/hg.svg);background-repeat: no-repeat;-webkit-background-size: 26px auto;background-size: 26px auto;display: inline-block;width: 26px;height: 26px;}
.ls-index-advantage table tbody tr td:last-child {padding-left: 20px;font-size: 13px}
.ls-index-advantage table tbody tr td {height: 40px;line-height: 20px;padding: 0;position: relative}
}
/* 关联步骤 */
.ls-invite-step {font-size: 0;display:block;overflow: hidden;position: relative;}
.ls-invite-step.four .item {width:calc(25%);}
.ls-invite-step .item {display: inline-block;vertical-align: top;position:relative;width:calc(20%);margin-bottom: 20px;text-align: center;background: url(../images/icons/arrow.png) no-repeat right 40px;background-size: 40px;}
.ls-invite-step .items:not(:last-child):after {content: '';display: block;position: absolute;top: 30%;right: 0;border: 2px solid #999; border-left: none; border-bottom: none; width: 12px; height: 12px;-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.ls-invite-step .item:last-child {background: none;}
.ls-invite-step .item .icon {width: 80px;height: 80px;margin: auto;}
.ls-invite-step .item .title {font-size: 16px;line-height: 30px;margin-top: 10px;}
.ls-invite-step .item .desc {color: #828699;font-size: 14px;line-height: 1.6;margin: 10px auto 0;}
.ls-invite-step .item .btns {margin-top: 20px;font-size: 14px;}

@media screen and (max-width: 1024px){
.ls-invite-step .item {float: left;width:33.33%;}
.ls-invite-step .item:not(:last-child):after {display:none}
.ls-invite-step .item:nth-child(3n){background: none;}
.ls-invite-step .item .btns {margin-top: 10px;}
}
@media screen and (max-width: 768px){
.ls-invite-step .item ,.ls-invite-step .item:nth-child(3n){float: left;width:50%;background: url(../images/icons/arrow.png) no-repeat right 40px;background-size: 40px;}
.ls-invite-step .item:nth-child(1n){background: none;}
.ls-invite-step .item .icon {width: 60px;height: 60px;margin: auto;}
.ls-invite-step .item .title {font-size: 14px;margin-top: 12px;}
}
/* 邀请链接 */
.ls-invite-link {margin-top: 20px;padding:50px 20px;background: #fff6f6;border: 2px solid #fff;border-radius: 6px;box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .1);text-align: center;position: relative;}
.ls-invite-link h2{ font-size: 24px; font-weight: 600;line-height:1.6;color: #181818;}
.ls-invite-link h2 span{color: #ff6600;margin: 0 10px;}
.ls-invite-link p{ width: 100%; margin-top: 30px;}
.ls-invite-link a{display: inline-block;margin: 0 20px;width: 250px;line-height: 40px;letter-spacing:1px;border: solid 1px #0181ff;color: #0181ff;font-size: 14px;text-align: center;font-weight: bold;border-radius: 3px;}
.ls-invite-link a:first-child{ background-color: #0181ff; color: #fff;}
.ls-invite-link a:hover{ background-color: #006dff; color: #fff; border-color: #006dff;}
@media screen and (max-width: 1024px){
.ls-invite-link h2{ font-size: 20px;}
.ls-invite-link a{ margin-bottom:20px;}
.ls-invite-link a:last-child {margin-bottom: 0px;}
}
/* 专业服务 */
.ls-index-service {display:block;width: 100%;height: 100%;font-size: 0;position: relative;}
.ls-index-service .item {display:  inline-block;vertical-align: middle;width: calc(25% - 15px);margin-right: 20px;;margin-top: 20px;position: relative}
.ls-index-service .item:nth-child(4n+0) {margin-right: 0;}
.ls-index-service .item .item-box {padding: 30px;background-image: linear-gradient(0deg, #fff, #fff6f6 );border: 2px solid #fffbfb ;border-radius: 6px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);}
.ls-index-service .item  .img {float: left;width: 40px;height: 40px;border-radius: 50%;background: #f9fafc;margin-right: 10px;}
.ls-index-service .item  .img img{width: 40px;height: 40px;}
.ls-index-service .item  .top {padding-bottom: 20px;border-bottom: 1px solid #eaeeef;}
.ls-index-service .item  .title {margin:0;float: left;font-size: 20px;line-height: 40px;color: #333;}
.ls-index-service .item  .text {margin-top: 20px;line-height: 24px;color: #666;}
.ls-index-service .item  .text .t {display: block;padding-left: 30px;color: #333;font-size: 14px;line-height: 30px;position: relative;-webkit-transition: all .5s;transition: all .5s}
.ls-index-service .item  .text .t::before {position: absolute;top: 5px;left: 0;content: "";display: block;width: 20px;height: 20px;border: 1px solid #E1251B;border-radius: 50%}
.ls-index-service .item  .text .t::after {position: absolute;top: 10px;left: 5px;content: "";display: block;width: 10px;height: 6px;border: 2px solid #E1251B;border-top: none;border-right: none;-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.ls-index-service .item  .text .t::before {background: #fff0e7;border-color: #FCEADE}
.ls-index-service .item:hover .item-box {box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
@media screen and (max-width:900px) {
.ls-index-service .item,.ls-index-service .item:nth-child(4n+0) {width:calc(50% - 10px);margin-right: 20px;}
.ls-index-service .item:nth-child(even) {margin-right: 0;}
 }
@media screen and (max-width:500px) {
.ls-index-service .item,.ls-index-service .item:nth-child(even) {display: block;width: 100%;margin-right: 0;}
 }
 /* 新闻资讯 */
.ls-index-news {display:block;width: 100%;height: 100%;font-size: 0;position: relative;}
.ls-index-news .news-item {display: inline-block;vertical-align: top;width: calc(33.3333% - 15px);margin-right: 20px;}
.ls-index-news .news-item:last-child {margin-right: 0;}
.ls-index-news .news-item .news-title {overflow: hidden;height: 50px;line-height: 50px;}
.ls-index-news .news-item .news-title h3 {display: inline-block;vertical-align: top;font-size: 20px;color: #333;}
.ls-index-news .news-item .news-title a {float: right;color: #E1251B;font-size: 14px;text-align: center;cursor: pointer;}
.ls-index-news .news-item .news-list{padding: 20px 20px 0;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);overflow: hidden;border-radius: 10px;box-sizing: border-box;}
.ls-index-news .news-item .news-pic{display: block;overflow: hidden;position: relative;}
.ls-index-news .news-item .news-pic .topic{height:240px;position: relative;overflow: hidden;border-radius: 5px;}
.ls-index-news .news-item .news-pic .topic img {width: 100%;display: block;transition-duration: 0.3s;height: 100%;object-fit: cover;}
.ls-index-news .news-item .news-pic .content{margin: 10px 0;}
.ls-index-news .news-item .news-pic .content .title{color:#202020;font-size: 18px;height:30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ls-index-news .news-item .news-pic .content .desc{margin-top:10px;color:#777;font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ls-index-news .news-item .news-pic:hover .topic img {width: 100%;display: block;transform: scale(1.05);}
.ls-index-news .news-item .news-pic:hover .content .title{color:#E1251B}
.ls-index-news .news-item .news-txt {display: block;position: relative;}
.ls-index-news .news-item .news-txt .item{display: block;padding: 10px 0;border-top: 1px dashed  #eee;position: relative;}
.ls-index-news .news-item .news-txt .item a{ display: block;overflow: hidden;}
.ls-index-news .news-item .news-txt .item a .title {display: inline-block;padding-left: 14px;width: calc(100% - 82px);color: #333;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ls-index-news .news-item .news-txt .item a .date {float: right;color: #999;font-size: 14px;font-family: arial;}
.ls-index-news .news-item .news-txt .item a::before {position:absolute;left:0;top:50%;transform:translateY(-50%);width:7px;height:7px;background:#ccc;border-radius:50%;display:block;content:'';}
.ls-index-news .news-item .news-txt .item a:hover span {color:#E1251B}
@media screen and (max-width:1024px) {
.ls-index-news .news-item {width: 100%;margin-bottom: 20px;margin-right: 0px;}
.ls-index-news .news-item .news-list{padding: 5px 15px 0;}
.ls-index-news .news-item .news-pic{display: none;}
.ls-index-news .news-item .news-txt .item{display: block;padding: 10px 0;border-top: 1px solid #eee;position: relative;}
.ls-index-news .news-item .news-txt .item:first-child{border-top: 0px;}
.ls-index-news .news-item .news-txt .item a .date {float: right;color: #999;font-size: 12px;font-family: arial;}
}
/* 友情链接  */
.ls-index-link {padding: 20px 0;border-top: 1px solid #eee;overflow: hidden;}
.ls-index-link .link-head {padding-bottom:20px;border-bottom: 1px solid #eaeeef;position:relative;overflow: hidden;}
.ls-index-link .link-head  .title {float: left;font-size: 16px;color: #333;overflow: hidden;}
.ls-index-link .link-head span {float: right;margin-left: 20px;color: #888;font-size: 14px;}
.ls-index-link .link-body{margin-top: 16px;overflow: hidden;padding-right: 60px;position: relative;}
.ls-index-link .link-list{float: left;height: 24px;overflow: hidden;position: relative;transition: all 0.5s;}
.ls-index-link .link-list a {display: inline-block;font-size: 14px;color: #666;line-height: 24px;margin-right: 15px;}
.ls-index-link .link-list a:hover{color: #E1251B}
.ls-index-link .link-more{position: absolute;right: 0;top: 0;width: 60px;height: 22px;line-height:20px;color: #333;font-size: 12px;border: 1px solid #333;cursor: pointer;text-align: center;}
.ls-index-link .link-contact{float:right;font-size: 14px;line-height: 24px;color: #666;}
/* 底部信息 */
.ls-footer {width: 100%;background: #FAFBFC;}
.ls-footer .foot-top  {width: 100%;position: relative;padding-top: 50px;margin-bottom: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ls-footer .foot-name {font-size: 20px;color: #202020;margin-bottom: 20px;}
.ls-footer .foot-left {width: 60%;}
.ls-footer .foot-left .foot-contain {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.ls-footer .foot-left .foot-info {width: 45%;margin-right: 15%;}
.ls-footer .foot-left .foot-infotxt {color: #777;font-size: 14px;line-height: 24px;text-align: justify;}
.ls-footer .foot-left .foot-nav {width: 25%;margin-right: 15%}
.ls-footer .foot-left .foot-navlist {position:relative;overflow:hidden;}
.ls-footer .foot-left .foot-navlist .list  {float: left;width: 50%;}
.ls-footer .foot-left .foot-navlist .list li {width:100%;margin-bottom: 10px;}
.ls-footer .foot-left .foot-navlist .list li a {font-weight: 400;font-size: 14px;line-height: 20px !important;color: #777;}
.ls-footer .foot-left .foot-navlist .list li a:hover {color: #E1251B;}
.ls-footer .foot-center{float: left;width: 25%;}
.ls-footer .foot-center .foot-contact {width: 100%;position: relative;}
.ls-footer .foot-center .foot-contact .contact{display: inline-block;float: left;width: 220px;margin-left: 20px;}
.ls-footer .foot-center .foot-contact .consult {color: #777;font-size: 14px;height: 30px;line-height: 30px;overflow: hidden;;}
.ls-footer .foot-center .foot-contact .consult a {display: inline-block;color: #444;margin-bottom: 0px;}
.ls-footer .foot-center .foot-contact .consult  a:hover {color: #E1251B;}
.ls-footer .foot-center .foot-contact .consult-btns {margin-top:10px;}
.ls-footer .foot-center .foot-contact .consult-btns .ls-btn{min-width: 150px;}
.ls-footer .foot-right{float: right;width: 15%;}
.ls-footer .foot-right .foot-name {text-align: right;padding-right: 30px;}
.ls-footer .foot-right .wechat {display: block;float: right;width: 120px;padding:5px;background: #fff;}
.ls-footer .foot-right .wechat .wechat-pic{text-align:center} 
.ls-footer .foot-right .wechat .wechat-pic img{ width:100%; height:100%;}
.ls-footer .foot-right .wechat .wechat-title{font-size:14px; color:#333; text-align:center}
/* 底部版权 */
.ls-footer .bottom {width: 100%;padding: 15px 0;border-top: 1px solid rgba(0, 0, 0, .1);}
.ls-footer .bottom .icon-beian {display: inline-block;vertical-align: top;width: 18px;height: 20px;margin-right: 5px;background: url(../images/icons/beian.png) no-repeat;}
.ls-footer .bottom .line {padding: 0 10px;color: #ccc;font-size: 14px;}
.ls-footer .bottom a, .bottom p {color: #666;font-size: 14px;text-align: center;}
.ls-footer .bottom a:hover {color: #202020;}
@media screen and (max-width: 1199px){
.ls-footer .foot-left .foot-info {width: 50%;margin-right: 10%;}
.ls-footer .foot-left .foot-nav {width: 34%;margin-right: 6%}
}
@media screen and (max-width: 900px){
.ls-footer .foot-left {display:none;}
.ls-footer .foot-center{float: left;width: 60%;}
.ls-footer .foot-right{float: right;width: 40%;}
.ls-footer .bottom .line {padding: 0 5px;font-size: 12px;}
.ls-footer .bottom a, .bottom p {color: #666;font-size: 12px;text-align: center;}	
}
/*底部工具*/
.ls-tool {position: fixed;bottom:70px;right: 0px;z-index: 910;transform: translateY(-50%);}
/*客服*/
.ls-kefu {width: 40px;padding: 10px 6px;background-image: linear-gradient(270deg, #E1251B, #FF6666);border-radius: 5px;box-shadow: 0 0 8px rgba(248, 73, 73, 0.1);outline: none !important;cursor: pointer;}
.ls-kefu .kefu-avatar {width: 28px;height:28px;margin-bottom: 5px;position: relative;}
.ls-kefu .kefu-avatar img {width: 100%;height: 100%;border-radius: 50%;}
.ls-kefu .kefu-title {display: block;color: #fff;font-size: 14px;line-height: 18px;}
/*客服弹窗*/
.ls-kefu-pop {display: none;position: absolute;top:0px;right: 45px;white-space: nowrap;transform: translateY(-50%);padding-right: 8px;}
.ls-kefu-pop .contact-close{width: 20px;height: 20px;border: 1px solid #333;border-radius: 50%;position: absolute;top: 10px;right: 20px;z-index: 2;cursor: pointer;transform-origin: 50%;transform: rotate(45deg);transition: all 0.8s ease;}
.ls-kefu-pop .contact-close::before,.ls-kefu-pop .contact-close::after { display:block; content:""; margin:auto; background:#333; position:absolute; top:0; right:0; bottom:0; left:0; z-index:1;}
.ls-kefu-pop .contact-close::before {width:12px; height:1.6px;}
.ls-kefu-pop .contact-close::after { height:12px;width:1.6px;}
.ls-kefu-pop .contact-close:hover { -webkit-transform-origin:50%; transform-origin:50%; -webkit-transform:rotate(315deg); transform:rotate(315deg);}
.ls-kefu-pop .kefu-box {width: 180px;background-color: #fff;border-radius: 4px;padding: 20px;-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);}
.ls-kefu-pop .kefu-item {margin-bottom:10px;padding-bottom:10px;border-bottom: 1px dashed #DDDDDD;overflow:hidden;}
.ls-kefu-pop .kefu-item:last-child {margin-bottom: 0;padding-bottom:0;border-bottom: 0;}
.ls-kefu-pop .item-name {font-size: 14px;color: #2B2D35;line-height: 20px;}
.ls-kefu-pop .item-desc {font-size: 12px;color: #868A9D;line-height: 16px;margin: 10px 0;}
.ls-kefu-pop .item-time {font-size: 12px;color: #868A9D;line-height: 16px;margin-top: 5px;}
.ls-kefu-pop .item-tel {line-height: 26px;margin-top: 10px;}
.ls-kefu-pop .item-tel a{font-family: DIN;font-size: 20px;font-weight: 600;color: #E1251B;}
.ls-kefu-pop .item-qrcode {width: 100%;margin: 0 auto;padding:5px;border: 1px solid #e2e2e2;}
.ls-kefu-pop .item-qrcode img {display: block;width: 100%;height: auto;}
.ls-kefu-pop .item-copy {margin-top:10px;position: relative;width: 100%;background-color: #f1f1f1;}
.ls-kefu-pop .item-copy input {padding-left:10px;background-color: #f7f7f7;border: 1px solid #eee;outline-color: #eee;border-radius: 0px;width: 100%;height: 30px;}
.ls-kefu-pop .item-copy button {position: absolute;top: 5px;right: 10px;padding:0 5px;height: 20px; line-height: 20px; border-radius: 5px; background: #FCEADE; color: #E1251B; text-align: center; font-size: 12px; cursor: pointer; }
.ls-kefu-pop .item-btn {margin-top: 10px;}
.ls-kefu-pop .item-btn span {float: left;height: 30px;padding: 0 20px;border-radius: 4px;cursor: pointer;font-size: 12px;line-height: 30px;}
.ls-kefu-pop .item-btn span.service-btn1 {background-image: -webkit-gradient(linear, right top, left top, from(#E1251B), to(#ff3900));background-image: -webkit-linear-gradient(right, #E1251B, #ff3900);background-image: linear-gradient(270deg, #E1251B, #ff3900);color: #FFFFFF;}
.ls-kefu-pop .item-btn span.service-btn2 {background-image: -webkit-gradient(linear, left top, right top, from(#ff8038), to(#ff374c));background-image: -webkit-linear-gradient(left, #ff8038, #ff374c);background-image: linear-gradient(90deg, #ff8038, #ff374c);color: #FFFFFF;}
/*返回顶部*/
.ls-topback {margin-top: 8px;display:  block;width: 40px;height: 40px;background-color: #fff;box-shadow: 0 0 8px rgba(248, 73, 73, 0.1);font-size: 0;overflow: hidden;visibility: hidden;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-transform: translate(0, 6px);-ms-transform: translate(0, 6px);transform: translate(0, 6px);opacity: 0;}
.ls-topback.show {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);opacity: 1;visibility: visible;}
.ls-topback .topback-btn {display: block;text-align: center;text-decoration: none;width:40px;height: 40px;font-size: 12px;color: #080808;overflow: hidden;cursor: pointer;}
.ls-topback .topback-btn .icon-backTop {content: '';width: 12px;height: 12px;border-top: 2px solid;border-right: 2px solid;border-color: #333;display: block;position: absolute;left: 50%;top: 60%;transform: translate(-50%,-50%) rotate(-45deg);-webkit-transform: translate(-50%,-50%) rotate(-45deg);}
.ls-topback .topback-btn span {display: block;vertical-align: middle;font-size: 12px;height: 40px;line-height:16px;padding: 4px;opacity: 0;}
.ls-topback .topback-btn:hover .icon-backTop {opacity: 0;}
.ls-topback .topback-btn:hover span {opacity: 1;}
/* 首页部分结束 */

/* 公用 banner */
.ls-page-banner {width: 100%;padding-top:60px;background: linear-gradient(180deg, #fff6f6 0%, #fffbfb 100%);position: relative;}
.ls-page-banner .banner-content {display: flex;justify-content: space-between;align-items: center;height: 500px;}
.ls-page-banner .banner-text {width: 50%;position: relative;}
.ls-page-banner .banner-text .title {margin: 0;color: #282f38;font-size: 40px;font-weight: 600;letter-spacing: 0;}
.ls-page-banner .banner-text .desc  {margin: 10px 0 0;font-weight: 400;color: #84888f;font-size: 16px;letter-spacing: 0;line-height: 30px;}
.ls-page-banner .banner-text .btns {margin-top: 20px;}
.ls-page-banner .banner-text .btns .ls-btn{min-width: 140px;height: 40px;line-height:40px;font-size: 16px;}
.ls-page-banner .banner-text .btns .ls-btn+.ls-btn {margin-left: 20px;}
.ls-page-banner .banner-text .price-show {margin-top: 20px;}
.ls-page-banner .banner-text .price-show .price {line-height: 30px;color: #E1251B ;font-size: 20px;font-weight: bold;vertical-align: text-top;}
.ls-page-banner .banner-text .price-show .discount {display: inline-block;line-height: 30px;margin-left: 10px;color: #333;text-decoration: line-through;vertical-align: text-top;}
.ls-page-banner .banner-img {width: 500px;height: auto;}
.ls-page-banner .banner-img  img {width: auto;height: 100%;}
@media screen and (max-width: 1199px){
	.ls-page-banner .banner-content {display: block;position: relative;width: 100%;height:auto;}
	.ls-page-banner .banner-text {width: 100%;text-align:center;padding:50px 0;}
	.ls-page-banner .banner-text .title {font-size: 30px;}
	.ls-page-banner .banner-text .desc {font-size: 16px;}
	.ls-page-banner .banner-img{ margin-top: 20px;width: auto; height: 200px; margin: auto;text-align:center;}
 }

 /* 邀请关联 */
.ls-invite-card  {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.ls-invite-card .card-item {display: inline-block;position: relative;vertical-align: top;width:calc(50% - 15px);padding: 40px;background: #ffffff;border: 1px solid #eaeeef;border-radius: 8px;margin-right: 20px;}
.ls-invite-card .card-item:nth-child(even) {margin-right: 0;}
.ls-invite-card .card-item.active {background: #E1251B;background: linear-gradient(90deg, #eb6963, #E1251B);}
.ls-invite-card .card-item.active .title,.ls-invite-card .card-item.active .text  {color: #ffffff;}
.ls-invite-card .card-item.active .label .label-child {color: #ffffff;border: 1px solid #ffffff;}
.ls-invite-card .card-item.active .button .ls-btn {border: 1px solid #FFFBFB;background: #fff;color: #fff;}
.ls-invite-card .card-item .quote {display: block;width: 42px;height: 34px;background: url(../images/icons/quote.png) no-repeat center / cover;}
.ls-invite-card .card-item .title {display: block;font-weight: 600;font-size: 24px;line-height: 36px;color: #333333;margin: -30px 0 20px 60px;}
.ls-invite-card .card-item .text {font-size: 16px;line-height: 30px;overflow: hidden;color: #767785;-webkit-line-clamp: 3;}
.ls-invite-card .card-item .label {display: flex;flex-wrap: wrap-reverse;margin-top: 20px;}
.ls-invite-card .card-item .label .label-child {width: auto;height: 30px;padding: 0 10px;font-size: 14px;line-height: 30px;color: #888999;border: 1px solid #dae1ea;border-radius: 2px;margin-right: 8px;}
.ls-invite-card .card-item .label .label-child:last-child {margin-right: 0;}
.ls-invite-card .card-item .button {display:  block;margin-top: 30px;}
.ls-invite-card .card-item .button .ls-btn {display: inline-block;min-width: 128px;text-align: center;cursor: pointer;}
.ls-invite-card .card-item .button .ls-btn {color: #E1251B;font-size: 14px;}

@media (max-width: 1024px) {
.ls-invite-card .card-item ,.ls-invite-card .card-item:nth-child(even){width: 100%;max-width: 100%;padding: 30px;margin-top: 20px;margin-right: 0px;}
}
@media (max-width: 500px) {
.ls-invite-card .card-item ,.ls-invite-card .card-item:nth-child(even){padding: 20px;}
.ls-invite-card .card-item .text {font-size: 16px;height: 72px;line-height: 24px;overflow: hidden;color: #8c8c8c;-webkit-line-clamp: 3;}

}

.ls-recom-card  {font-size: 0;display:block;position: relative;}
.ls-recom-card .item {display: inline-block;vertical-align: middle;position: relative;width: calc(33.3333% - 15px);margin-right: 20px;margin-top: 20px;cursor: pointer;}
.ls-recom-card .item:nth-child(3n+0) {margin-right: 0;}
.ls-recom-card .item .box {padding: 30px;;background-image: linear-gradient(0deg, #fff, #fff6f6 );border: 2px solid #fff;border-radius: 6px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);}
.ls-recom-card .item .title {line-height: 30px;font-weight: 600;font-size: 20px;color: #202020;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ls-recom-card .item .desc {margin-top:10px;color: #777;font-size: 14px;line-height: 24px;text-align: justify;}
.ls-recom-card .item .btns {margin-top:10px;width: 132px;height: 40px;text-align: center;line-height: 37px;color: #E31F1D;font-size: 16px;cursor: pointer;border: 1px solid #E31F1D;border-radius: 20px;}
.ls-recom-card .item .card-img {width: 100px;height: 100px;transition: .3s;position: absolute;right: 20px;bottom: 0;}
.ls-recom-card .item:hover .box{box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
.ls-recom-card .item:hover .card-img {width: 120px;height: 120px}
@media (max-width: 991px) {
.ls-recom-card .item {width: 100%;margin-right: 0px;margin-top: 20px;}
.ls-recom-card .item:nth-child(3n+0) {margin-right: 0;}
}
/* 信息内容 */
.ls-msgflow {height: 100%;position: relative;;}
.ls-msgflow.active{background: #ffffff;}
.ls-msgflow.active .msgflow-list .item::after{border-color: transparent #f8f8f8 transparent;}
.ls-msgflow.active .msgflow-list .item .right{background: #f8f8f8;}
.ls-msgflow .msgflow-content{width: 100%;margin-top: 40px;overflow: hidden;}
.ls-msgflow .msgflow-list {display:block;width: 100%;overflow: hidden;}
.ls-msgflow .msgflow-list .item {width: 100%;position: relative;display: flex;}
.ls-msgflow .msgflow-list .item::after{position: absolute;left: 69px;top: 35px;content: '';width: 0;height: 0;border-width: 10px 12px 10px 0;border-style: solid;border-color: transparent #ffffff transparent;}
.ls-msgflow .msgflow-list .item:last-child .left::after{height: 94%;}
.ls-msgflow .msgflow-list .item:last-child .right{margin-bottom: 0;}
.ls-msgflow .msgflow-list .item .left{width: 50px;position: relative;margin-top: 20px;}
.ls-msgflow .msgflow-list .item .left::after{position: absolute;left: 50%;top: 0;content: '';width: 2px;height: calc(100% + 20px);background: #E1251B;}
.ls-msgflow .msgflow-list .item .left span{display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;border-radius: 100%;background: #E1251B;font-size: 24px;font-weight: bold;color: #ffffff;z-index: 2;position: relative;}
.ls-msgflow .msgflow-list .item .right{flex: 1;margin-left: 30px;background: #ffffff;margin-bottom: 50px;position: relative;display: flex;padding: 30px 40px;flex-wrap: wrap;overflow: hidden;}
.ls-msgflow .msgflow-list .item .right .con{ width: 60%;overflow: hidden;}
.ls-msgflow .msgflow-list .item .right .title{font-size: 24px;font-weight: bold;color: #3b3e4e;margin-bottom: 20px;}
.ls-msgflow .msgflow-list .item .right .text{font-size: 16px;color: #3b3e4e;padding-right: 50px;}
.ls-msgflow .msgflow-list .item .right .text h3 {color: #101010;font-size: 20px;padding-left:16px;margin-bottom: 10px;position:relative}
.ls-msgflow .msgflow-list .item .right .text h3:before{content:"";position:absolute;z-index:1;top: calc(50% - 4px);left:0;width:5px;height:5px;background-color:#E1251B }
.ls-msgflow .msgflow-list .item .right .text p{margin-bottom: 10px;font-size: 16px;color: #3b3e4e;}
.ls-msgflow .msgflow-list .item .right .text p:last-child {margin-bottom:0;}
.ls-msgflow .msgflow-list .item .right .text p a {color: #006dff;text-decoration: underline;}
.ls-msgflow .msgflow-list .item .right .text p a+a {margin-left: 20px;}
.ls-msgflow .msgflow-list .item .right .text p a {color: #006dff;text-decoration: underline;}
.ls-msgflow .msgflow-list .item .right .text .button { margin: 20px 0;}
.ls-msgflow .msgflow-list .item .right .text .button .ls-btn {display: inline-block;min-width: 120px;}
.ls-msgflow .msgflow-list .item .right .text .tips {color: #ff6600;}
.ls-msgflow .msgflow-list .item .right .text .type {color: #E1251B;font-weight:bolder;}
.ls-msgflow .msgflow-list .item .right .img{ width: 40%;overflow: hidden;display: flex;justify-content: flex-end;}
.ls-msgflow .msgflow-list .item .right .img img{width: 100%;padding: 10px;border-radius: 10px;overflow: hidden;width: 100%;background: rgba(255, 255, 255, 0.5);box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);object-fit: contain;}
.ls-msgflow .msgflow-list .item .right .img.active{justify-content: center;}
@media (max-width: 1024px) {
	.ls-msgflow .msgflow-list .item::after {left: 38px;top: 28px;border-width: 6px 8px 6px 0;}
	.ls-msgflow .msgflow-list .item .left {width: 30px;}
	.ls-msgflow .msgflow-list .item .left span {width: 30px;height: 30px;font-size: 16px;}
	.ls-msgflow .msgflow-list .item .right {padding: 15px;margin-left: 15px; }
	.ls-msgflow .msgflow-list .item .right .con {width: 100%;}
	.ls-msgflow .msgflow-list .item .right .title {font-size: 20px;margin-bottom: 5px; }
	.ls-msgflow .msgflow-list .item .right .text h3 {font-size: 16px;padding-left:16px;margin-bottom: 5px}
	.ls-msgflow .msgflow-list .item .right .text h3:before{top: calc(50% - 2px); }
	.ls-msgflow .msgflow-list .item .right .text {padding-right: 0;}
	.ls-msgflow .msgflow-list .item .right .text {padding-right: 0;}
	.ls-msgflow .msgflow-list .item .right .text p {font-size: 12px;margin-bottom: 5px;}
	.ls-msgflow .msgflow-list .item .right .img {width: 100%;margin-top: 20px;}
}
/* 常见问题 */
.ls-question {display:block;margin-top:20px;font-size: 0;overflow: hidden;position: relative;}
.ls-question.active{padding:0px 20px;background: #ffffff;}
.ls-question .question-item {display: block;padding:10px 0;border-bottom: 1px solid #E8E8E8;position: relative;cursor: pointer;}
.ls-question .question-item:last-child {border-bottom: none; }
.ls-question .question-item .item-head {position: relative;}
.ls-question .question-item .item-head .title {display: block;width: calc(100% - 30px);height: 50px;line-height: 50px;color: #202020;font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ls-question .question-item .item-head .title:hover {color:#E1251B;}
.ls-question .question-item .item-head .title::before,.ls-question .question-item .item-head .title::after{content: "";display: block;width:20px;height:1.5px;background: #101010;position: absolute;top: calc(50% - 0px);right: 0px;cursor: pointer;}
.ls-question .question-item .item-head .title::after{transform: rotate(90deg);}
.ls-question .question-item .item-boby {display:none;font-size:16px;font-weight:400;line-height:30px;color:#666;background: #fff;transition: all .3s ease-in-out;}
.ls-question .question-item .item-boby .desc{font-size: 16px;color: #777777;line-height:30px;-webkit-font-smoothing: antialiased;word-wrap: break-word;overflow-wrap: break-word;}
.ls-question .question-item .item-boby .desc span{color:#999}
.ls-question .question-item .item-boby .desc a{color:#006dff}
.ls-question .question-item .item-boby .desc a:hover{text-decoration:underline;}
.ls-question .question-item.active .item-head .title{color:#E1251B;}
.ls-question .question-item.active .item-head .title::after{display: none;}
.ls-question .question-item.active .item-boby {display:  block;}
.ls-question-btn {display:block;margin-top:20px;text-align: center;}
.ls-question-btn  p {color: #666;font-size: 20px;}
.ls-question-btn p a {color: #E1251B;border-bottom: 1px solid #E1251B;cursor: pointer;}
@media screen and (max-width: 768px) {
.ls-question .question-item .item-head .title {font-size: 16px;height: 30px;line-height: 30px;}
.ls-question .question-item .item-head .title::before,.ls-question .question-item .item-head .title::after{width:16px;height:1.5px;}
.ls-question .question-item .item-boby .desc{font-size: 14px;line-height: 24px;}
}


/*产品活动页面 开始*/
/* 活动列表 */

.ls-act-list {display: block;margin-top: 20px;position: relative;font-size:0;}
.ls-act-list .item {display: inline-block;vertical-align: top;width: calc(50% - 15px);margin-right: 30px;margin-bottom: 30px;border-radius: 3px;position:relative;}
.ls-act-list .item:nth-child(2n+0) {margin-right: 0}
.ls-act-list .item:nth-last-child(-n+2){margin-bottom: 0}
.ls-act-list .item .item-content{width: 100%;height: 100%;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);transition: all .15s;}
.ls-act-list .item .item-img {width: 100%;height: 200px;}
.ls-act-list .item .item-img img {width: 100%;height: 100%;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.ls-act-list .item .item-bottom {position: relative;padding:20px;}
.ls-act-list .item .item-bottom h3 {line-height: 40px;font-size: 20px;font-weight: 400;color: #2D3037;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: default;}
.ls-act-list .item .item-bottom p {line-height: 24px;font-size: 14px;color: #5E6D81;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: default;}
.ls-act-list .item .item-bottom button {position: absolute;right: 20px;top: 20px;width: 120px;height: 36px;font-size: 14px;color: #FF6666;background-color: #fff;border: 1px solid #ff6666;-webkit-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;outline: none;cursor: pointer;}
.ls-act-list .item .item-bottom button:hover {color: #FFF;background-color: #FF6666;}
.ls-act-list .item .item-img:hover img {transform: scale(1, 1);}

@media screen and (max-width: 1199px) {
.ls-act-list .item {display: inline-block;vertical-align: top;width: calc(50% - 10px);margin-right: 20px;margin-bottom: 20px}
.ls-act-list .item .item-img {width: 100%;height: auto;}
}

@media screen and (max-width: 768px) {
.ls-act-list .item,.ls-act-list .item:nth-child(2n) {display: block;width: 100%;margin-right: 0;}
.ls-act-list .item .item-bottom button {display:none;}
}
/* 产品活动页面 结束*/

/* 产品列表页面 开始 */
/*产品类别*/
.ls-product-list {display:block;background: #f8f8f8;overflow: hidden;position: relative;}
.ls-product-left {top: 100px;width: 180px;position: fixed;display: inline-block;max-height: calc(100vh - 218px);overflow: auto;z-index: 10;padding-bottom: 20px;}
.ls-product-left.bottom {top: initial;bottom: 50px;position: absolute;min-height: calc(100vh - 218px);}
.ls-product-left-bottom {top: calc(100px + 100vh - 194px);position: fixed;display: inline-block;width: 1px;height: 1px;}
.ls-product-left .product-sidebar {font-size: 14px;}
.ls-product-left .product-sidebar-title  {color:#202020;font-size:20px;line-height: 30px;margin-bottom: 10px;}
.ls-product-left .product-sidebar-item {font-weight: 400;font-size:16px;color: #646566;border-left: 1px solid #dcdee0;line-height: 40px;padding: 0px 24px;cursor: pointer;position: relative;}
.ls-product-left .product-sidebar-item.active {border-left: 2px solid #E1251B;color: #E1251B;background: linear-gradient(90deg, #fff8f8 0%, #F8F8F8 100%);}
/* 产品列表 */
.ls-product-right {  padding-left: 200px;width: calc(100% - 0px);}
.ls-product-right .product-item {margin-bottom: 40px}
.ls-product-right .product-item:last-child {margin-bottom: 0;}
.ls-product-right .product-item-head {font-weight: 500;font-size: 20px;line-height: 30px;color: #202020;position: relative;padding-left: 12px;margin-bottom: 20px;}
.ls-product-right .product-item-head:before {position: absolute;width: 4px;height: 15px;background: #E1251B;left: 0;top: 8px;content: ""}
.ls-product-right .product-item-part {margin-bottom: 10px}
.ls-product-right .product-item-part:last-child {margin-bottom: 0}
.ls-product-right .product-item-title {font-weight: 500;font-size: 16px;line-height: 24px;color: #16181a;margin-bottom: 12px;}
.ls-product-right .product-item-list{display:block;font-size:0;}
.ls-product-right .product-item-list+.roduct-item-list {margin-top: 20px;}
.ls-product-right .product-item-list .item {display:inline-block;vertical-align:top;width:calc(33.33% - 14px);margin-bottom: 15px;margin-right:15px;transition: all .3s ease-out;}
.ls-product-right .product-item-list .item:nth-child(3n){margin-right:0}
.ls-product-right .product-item-list .item a {display: block;padding: 20px;background: #fff;border: 1px solid #fff;border-radius: 3px;cursor: pointer;}
.ls-product-right .product-item-list .item .name {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: relative;}
.ls-product-right .product-item-list .item .name:after {content: '';display:block;position: absolute;top: 25%;right: 0;border: 2px solid #666;border-left: none;border-bottom: none;width: 8px;height: 8px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.ls-product-right .product-item-list .item .name .img {width: 24px;height: 24px;-ms-flex: none;flex: none;margin-right: 6px;}
.ls-product-right .product-item-list .item .name .title {font-weight: 500;font-size: 16px;line-height: 24px;color: #202020;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;}
.ls-product-right .product-item-list .item .desc {font-size: 13px;line-height: 20px;color: #777;margin-top: 6px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;white-space: normal;}
.ls-product-right .product-item-list .item:hover a{border: 1px solid #E1251B;}
.ls-product-right .product-item-list .item:hover .name:after {border: 2px solid #E1251B ;border-left: none;border-bottom: none;}
.ls-product-right .product-item-list .item:hover .name .title{color: #E1251B ;}
@media screen and (max-width:1199px) {
	.ls-product-list {padding: 80px 0 20px !important;display:block;overflow: hidden;position: relative;}
	.ls-product-left  {padding-bottom: 0px;max-height:none;width: 100%;height: 50px;background: #fff;position: fixed;left:0;top: 60px;z-index: 99;box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);box-shadow: 0px 3px 5px 0px rgba(200, 200, 200, 0.1);}
	.ls-product-left.bottom {top: initial;top: 0px;bottom:0;position: absolute;min-height: 0;}
	.ls-product-left .product-sidebar {padding: 0 20px;width: 100%;display: flex;justify-content: flex-start;flex-wrap: nowrap;overflow-x: auto;overflow-y: hidden;-webkit-overflow-scrolling:touch;text-align:center}
	.ls-product-left .product-sidebar-title  {display: none;}
	.ls-product-left .product-sidebar-item {white-space: nowrap;font-size: 14px;height: 50px;line-height: 50px;padding: 0;border: 0;margin-right: 20px;cursor: pointer;}
	.ls-product-left .product-sidebar-item:last-child {margin-right: 0}
	.ls-product-left .product-sidebar-item.active {border-left:none;background: none;}
	.ls-product-left .product-sidebar-item.active:after {bottom: 0;content: "";left: 50%;width: 100%;height: 2px;position: absolute;background: #E1251B;transform: translateX(-50%);}
	.ls-product-right {padding: 0px;width:100%;}
	.ls-product-right .product-item {margin-bottom: 20px}
	.ls-product-right .product-item-head {margin-bottom:10px;}
}
@media screen and (max-width: 980px){
	.ls-product-right .product-item-list .item,.ls-product-right .product-item-list .item:nth-child(3n) {display: inline-block;width: calc(50% - 8px);margin-right: 15px;}
	.ls-product-right .product-item-list .item:nth-child(2n){margin-right:0}
	.ls-product-right .product-item-list .item a {padding: 15px;}
}
@media screen and (max-width: 640px){
	.ls-product-right .product-item-list .item,.ls-product-right .product-item-list .item:nth-child(2n),.ls-product-right .product-item-list .item:nth-child(3n){width: 100%;max-width: 100%;padding:0;margin-right: 0px;}
}
/* 产品列表页面 结束 */

 /* 代理合作 */
 .ls-agent-desc {width:80%;margin:0 auto;text-align: center;font-size: 18px;font-weight: 400;color: #828699;line-height: 36px}
 /* 合作方式 */
 .ls-agent-card  {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
 .ls-agent-card .card-item {display: inline-block;position: relative;vertical-align: top;width:calc(50% - 10px);background: #ffffff;border-top: 8px solid #e1251b;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);margin-right: 20px;}
 .ls-agent-card .card-item:nth-child(even) {margin-right: 0;}
 .ls-agent-card .card-item .head {position: relative;background: #f5f5f5;padding: 20px;}
 .ls-agent-card .card-item .head .title {line-height: 30px;font-size: 20px;color: #202020;font-weight: 600;}
 .ls-agent-card .card-item .head .sub {line-height: 24px;font-size: 16px;color: #333;margin-top: 10px;}
 .ls-agent-card .card-item .body {padding: 20px;}
 .ls-agent-card .card-item .body .text {font-size: 16px;line-height: 30px;overflow: hidden;color: #333;-webkit-line-clamp: 3;}
 .ls-agent-card .card-item .body  .label {display: flex;flex-wrap: wrap-reverse;margin-top: 20px;}
 .ls-agent-card .card-item .body  .label .label-child {width: auto;height: 30px;padding: 0 10px;font-size: 14px;line-height: 30px;color: #888999;border: 1px solid #dae1ea;border-radius: 2px;margin-right: 8px;}
 .ls-agent-card .card-item .body  .label .label-child:last-child {margin-right: 0;}
 .ls-agent-card .card-item .button {display:  block;margin-top: 30px;}
 .ls-agent-card .card-item .button .ls-btn {display: inline-block;min-width: 128px;text-align: center;cursor: pointer;}
 .ls-agent-card .card-item .button .ls-btn {color: #E1251B;font-size: 14px;}
 @media (max-width: 991px) {
 .ls-agent-card .card-item ,.ls-agent-card .card-item:nth-child(even){width: 100%;max-width: 100%;padding: 30px;margin-top: 20px;margin-right: 0px;}
 }
 @media (max-width: 500px) {
 .ls-agent-card .card-item ,.ls-agent-card .card-item:nth-child(even){padding: 20px;}
 .ls-agent-card .card-item .text {font-size: 16px;height: 72px;line-height: 24px;overflow: hidden;color: #8c8c8c;-webkit-line-clamp: 3;}
 
 }
/* 合作步骤 */
.ls-agent-step {font-size: 0;display:block;overflow: hidden;position: relative;}
.ls-agent-step.four .item {width:calc(25%);}
.ls-agent-step .item {display: inline-block;vertical-align: top;position:relative;width:calc(25%);margin-bottom: 20px;text-align: center;background: url(../images/icons/arrow.png) no-repeat right 40px;background-size: 40px;}
.ls-agent-step .items:not(:last-child):after {content: '';display: block;position: absolute;top: 30%;right: 0;border: 2px solid #999; border-left: none; border-bottom: none; width: 12px; height: 12px;-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.ls-agent-step .item:last-child {background: none;}
.ls-agent-step .item .icon {width: 80px;height: 80px;margin: auto;}
.ls-agent-step .item .title {font-size: 20px;line-height: 30px;margin-top: 16px;}
.ls-agent-step .item .desc {color: #828699;font-size: 14px;line-height: 1.6;margin-top:10px;padding:0 10px;}
.ls-agent-step .item .btns {margin-top: 20px;font-size: 14px;}
@media screen and (max-width: 768px){
.ls-agent-step .item {float: left;width:50%;}
.ls-agent-step .item:not(:last-child):after {display:none}
.ls-agent-step .item:nth-child(1n){background: none;}
.ls-agent-step .item .btns {margin-top: 10px;}
}


/*主要部分*/
.main {display: inline-block;vertical-align: top;width:calc(100% - 320px);font-size: 14px;}
.aside {float:right;width:300px}
@media screen and (max-width:1199px) {
.main,.aside {width: 100%;}
}
/*当前位置*/
.ls-position {height: 60px;line-height: 60px;background-color: #f5f6f8;position: relative;}
.ls-position i {color: #101010;margin:0 6px;}
.ls-position a {color: #101010;font-size: 16px;}
.ls-position a:last-child {color: #666 ;}
@media (max-width: 1199px) {
.ls-position {margin-top:50px;}
}

/*描述*/
.ls-frame  {display: block;width: 100%;height: 100%;font-size: 0;position: relative;box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);}
.ls-frame .head {position: relative;padding:0 20px;height: 60px;line-height: 60px;font-size: 20px;color: #202020;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: linear-gradient(90deg, rgba(225, 37, 27, .08), #fff);border-radius: 4px 4px 0px 0px;text-align: center;}
.ls-frame .body {background-color: #fff;padding: 30px;max-height: 420px;overflow-y: auto;}
.ls-frame .body h3 {padding-left: 10px;font-size: 20px;line-height: 1;margin-bottom: 20px;border-left: 4px solid #E1251B}
.ls-frame .body p {font-size: 16px;line-height: 1.8;margin-bottom: 10px;color: #333;text-align:justify;text-justify:inter-word;}
.ls-frame .body  .notice-text {line-height: 1.8;font-size: 16px;margin-bottom: 10px;color: #FF6666;}
.ls-frame .body img {display: block;max-width: 100%;margin-top: 20px;margin-bottom: 20px;}

.ls-frame .bottom {background-color: #f8f9fb;padding: 20px 0px;border-top: 1px solid #eee;text-align: center;}
.ls-frame .bottom .ls-btn {height: 40px;line-height: 40px;font-size: 14px;color: #FFFFFF;background: linear-gradient(90deg, #FD441F , #E1251B);padding: 0px 50px;border-radius: 20px;outline: none !important;border: none;cursor: pointer;}
.ls-frame .bottom .ls-btn:hover {background: #E1251B}
.ls-frame .body::-webkit-scrollbar {width: 7px;height: 7px;}
.ls-frame .body::-webkit-scrollbar-track {background-color: transparent;}
.ls-frame .body::-webkit-scrollbar-thumb {border-radius: 10px;background: #E1251B;}
.ls-frame .body::-webkit-scrollbar-thumb:hover {background-color: #E1251B;}
.ls-frame .body::-webkit-scrollbar-button {width: 0px;height: 0px;}
@media screen and (max-width: 768px) {
.ls-frame  {margin-top:20px;}
.ls-frame .body {padding: 20px;}
}
/*二级分类*/
.ls-subnav {position:  fixed;top: 60px;left: 0;right: 0;z-index: 1;background-color: #fff;border-top: 1px solid #e8e8e8;box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.1);transition: all 0.3s;}
.ls-subnav.fixed{position:  fixed;top: 60px;left: 0;right: 0;z-index: 1;}
.ls-subnav .ls-wp {height: 60px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.ls-subnav .subnav-box {display: flex;align-items: flex-start;line-height: 1.5;}
.ls-subnav .subnav-title {color: #666;padding-right: 50px;border-right: 1px solid #e8e8e8;flex-shrink: 0;}
.ls-subnav .subnav-list {display: flex;align-items: flex-start;}
.ls-subnav .subnav-list a {position: relative;display: inline-block;color: #202020;margin-left: 50px;border-bottom: 1px solid transparent;transition: all 0.3s;flex-shrink: 0;}
.ls-subnav .subnav-list a.active, .ls-subnav .subnav-list a:hover {border-color: #E1251B;}
.ls-subnav .subnav-list a.active, .ls-subnav .subnav-list a:hover  {color: #E1251B;}
@media (max-width: 991px) {
	.ls-subnav .subnav-box .subnav-title {padding-right: 30px;}
	.ls-subnav .subnav-list a {margin-left: 30px;}
}
@media (max-width: 767px) {
	.ls-subnav .subnav-list {overflow-x: auto;}
	.ls-subnav .btns {display: none;}
}
.ls-article-list{display:block;font-size: 0;overflow: hidden;position: relative;}
.ls-article-list .article-title {height: 50px;line-height: 50px;font-size: 24px;color: #202020;border-bottom: 1px solid #eaeeef;}
.ls-article-list .article-title span {color: #E1251B;margin-right:10px;}
@media (max-width: 767px) {
.ls-article-list .article-title {font-size: 20px;}
}
/*文章类样式*/
.article-list {display:block;overflow: hidden;position:relative;}
.article-list li {width: 100%;padding: 20px 0;border-bottom: 1px solid #f4f4f4;overflow: hidden;position: relative;}
.article-list .images {display: block;float: left;width: auto;height: 120px;margin-right: 20px;border-radius: 2px;overflow: hidden;position: relative;cursor: pointer;}
.article-list .images img{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s,-webkit-transform .3s;}
.article-list .images:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.article-list .content {display: block;overflow: hidden;position: relative;}
.article-list .title span {display: inline-block;vertical-align: middle;width: 36px;height: 20px;line-height: 20px;margin-right:10px;font-size: 12px;font-weight:normal;color: #fff;text-align: center;background: linear-gradient(to right, #f45b4b, #ea3e41);position: relative;top: -2px;}
.article-list .title span:before {content: " ";position: absolute;width: 0;height: 0;right:-10px;top: 5px;border-color:  transparent transparent  transparent #ea3e41;border-style: solid;border-width: 6px;}
.article-list .title {color: #101010;font-size: 20px;line-height: 30px;}
.article-list .title:hover a {color: #E1251B;}
.article-list .desc {margin: 10px 0;height:auto;line-height:24px;font-size: 14px;color: #62656d;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;}
.article-list .meta {display:block;line-height:24px;height:24px;overflow: hidden;white-space: nowrap;position:relative;}
.article-list .meta .meta-info {font-size: 14px;color: #666;line-height: 24px;margin-right: 20px;display: inline-block;vertical-align: middle;}
.article-list .meta .meta-info em {color: #999;margin-right:5px;}
.article-list .meta .meta-tags {overflow: hidden;}
.article-list .meta .meta-tags a{color: #666;font-size: 12px;height: 24px;line-height: 24px;margin-right: 10px;padding: 0 8px;background-color:#f2f4f6;border-radius:3px;display: inline-block;vertical-align: top;}
.article-list .meta .meta-tags a:hover{background-color:#E1251B;color:#fff ;}
@media screen and (max-width: 768px){
.article-list li {padding: 10px 0;}
.article-list .title {font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.article-list .images {width: 100%;max-width: 120px;max-height: 80px;}
.article-list .meta {line-height: 20px;}
.article-list .desc,.article-list .meta .meta-tags {display:none;}
}
/*问答类样式*/
.ask-list {display:block;overflow: hidden;position:relative;list-style: none;}
.ask-list li {display:block;float:left;width: 100%;padding:20px 0;border-bottom:1px solid #ebedf0;position: relative;overflow:hidden;}
.ask-list .title {font-size: 20px;line-height: 30px;}
.ask-list .title:hover a{ color:#E1251B;}
.ask-list .desc {background-color: #f5f7f8;border-radius: 5px;padding: 12px;}
.ask-list .desc p{color: #101010;font-size: 14px;height: 48px;line-height:24px;-webkit-box-orient: vertical;-webkit-line-clamp: 2;display: -webkit-box;-o-text-overflow: ellipsis;text-overflow: ellipsis;word-wrap: break-word;white-space: normal;overflow: hidden;}
.ask-list .meta {margin: 10px 0;height: 24px;overflow: hidden;position: relative;}
.ask-list .meta .meta-info {font-size: 14px;line-height: 24px;margin-right: 20px;display: inline-block;vertical-align: middle;}
.ask-list .meta .meta-info em {color: #999;margin-right:5px;}
.ask-list .meta .meta-tags {display: inline-block;vertical-align: top;line-height: inherit;overflow: hidden;}
.ask-list .meta .meta-tags a{color: #666;font-size: 12px;height: 24px;line-height: 24px;margin-right: 10px;padding: 0 8px;background-color:#f2f4f6;border-radius:3px;display: inline-block;vertical-align: top;}
.ask-list .meta .meta-tags a:hover{background-color:#E1251B;color:#fff ;}
@media screen and (max-width: 768px){
.ask-list li {padding: 16px 0;}
.ask-list .title {font-size: 16px;line-height: 24px;}
.ask-list .meta .meta-tags {display:none;}
}
/* 页码 */
.paging{ display:block;margin-top:20px;position: relative; }
.paging a { display: inline-block; vertical-align: middle; text-align: center; min-width: 40px; line-height: 40px; font-size: 16px; color: #555555; background-color: #f5f5f5; border-radius: 5px; margin: 0 5px; font-weight: normal;}
.paging a:first-child {margin-left: 0;}
.paging a:last-child {margin-right: 0;}
.paging a:hover{ color: #E1251B;}
.paging a.active{ color: #FFFFFF; background-color: #E1251B; }
.paging a.first,.paging a.last{ font-size: 20px;}
.paging a.prev,.paging a.next{ padding: 0 10px;}
.paging a.empty{ padding: 0 10px;background-color: #f0f0f0;color: #999; }

@media screen and (max-width: 768px) {
    .paging {text-align:center;margin-bottom:20px}
    .paging a.prev,.paging a.next {display: inline-block;width: 48%;margin-right: 2%;}
    .paging a:last-child {margin-right: 0;}
    .paging a {display: none;}
}

/*aside*/
.aside .side-item{display:block;width:100%;background: #fff;border: 1px solid #eaeeef;border-radius: 3px;margin-bottom: 20px;}
.aside .side-item:last-child {margin-bottom: 0;}
.aside .side-item .side-item-head {display: block;padding: 0px 16px;height: 50px;line-height: 50px;border-bottom: 1px solid #eaeeef;}
.aside .side-item .side-item-head h3 {color: #181818;font-size: 18px;}
.aside .side-item .side-item-head .side-item-head-left,.aside .side-item .side-item-head .side-item-head-right{display:inline-block;vertical-align:middle;width:50%;}
.aside .side-item .side-item-head .side-item-head-right{float:right;text-align:right;}
.aside .side-item .side-item-head .side-item-head-right a{font-size:14px;line-height:18px;color:#2468f2;}
.aside .side-item .side-item-body{display: block;padding: 12px 16px;}
/*通用分类列表*/
.aside .class-list .side-item-body{display: block;padding: 0px 16px;}
.aside .class-list ul {list-style: none;padding: 0;margin: 0;}
.aside .class-list ul li {font-size: 16px;color: #101010;font-weight: 400;height: 50px;line-height: 50px;border-bottom: 1px solid #f0f2f5;position: relative;cursor: pointer;}
.aside .class-list ul li:nth-child(even) {margin-right: 0;}
.aside .class-list ul li:last-child {border-bottom: 0;}
.aside .class-list ul li:after {content: '';display:  block;position: absolute;top: 40%;right: 0;border: 2px solid #ccc;border-left: none;border-bottom: none;width: 6px;height: 6px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.aside .class-list ul li:hover a,.aside .class-list ul li.active a {color:#E1251B ;}
.aside .class-list ul li.active:after{border: 2px solid #E1251B ;border-left: none;border-bottom: none;}
@media screen and (max-width:1199px) {
	.aside .m-class-list  {position: fixed;top: 60px;left: 0;z-index: 1;margin-bottom: 0;border-radius: 0;}
	.aside .m-class-list ul li {font-size: 14px;height: 40px;line-height: 40px;border-bottom: 1px solid #f0f2f5;}
	.aside .m-class-list .side-item-head {position: relative;z-index: 90;height: 50px;line-height:50px;padding: 0 20px;}
	.aside .m-class-list .side-item-head h3 {font-size: 16px;line-height:50px;color:#101010;}
	.aside .m-class-list .side-item-head h3:after {content:'';display: block;position: absolute;right: 0px;top: 1px;width: 50px;text-align: center;height: 100%;background-image: url(../images/icons/arrow_right.png);background-size: 18px;background-repeat: no-repeat;background-position: center;cursor: pointer;transition: transform .5s;}
	.aside .m-class-list .side-item-body {position:absolute;top:-1000px;width:100%;z-index:8100;padding: 0px 20px;background:inherit;}
	.aside .m-class-list.on {background-color: #fff;}
	.aside .m-class-list.on .side-item-head h3:after {background-image: url(../images/icons/arrow_down.png);}
	.aside .m-class-list.on .side-item-body {display:block;top:50px;box-shadow:0 2px 4px rgba(0,0,0,0.1);}
}	
/* 代理信息 */
.aside .side-ad {border-radius: 3px;overflow: hidden;}
.aside .side-ad .side-ad-img {width: 100%;}
.aside .side-ad .side-ad-con {padding: 20px;position: relative;}
.aside .side-ad .side-ad-con .ad-link {display: block;text-align: center;color: #fff;}
.aside .side-ad .side-ad-con .ad-link button {width: 100%;padding: 10px 20px;border-radius: 20px;background-image: linear-gradient(-90deg,#f26060, #e72828);filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#f26060", endColorstr="#e72828");cursor: pointer;border-radius: 3px;font-size: 16px;color: #fff;cursor: pointer;display: inline-block;}
.aside .side-ad .side-ad-con .ad-link button:hover {background-image: linear-gradient(-90deg, #f47070, #ef3c3c) !important;}
.aside .side-ad .side-ad-con .ad-txt {color: #7d8189;font-size: 14px;line-height: 26px;text-align: justify;}
.aside .side-ad .side-ad-con .ad-phone {padding-top:10px;font-size:14px;font-weight:400;text-align:center;color:#7d8189;}
.aside .side-ad .side-ad-con .ad-phone span {margin-left:5px;font-family:Montserrat-Bold;}

.aside .agentInfo {display: block;padding: 50px 0;background: linear-gradient(135deg, #fe724e, #E1251B);border-radius: 3px;}
.aside .agentInfo .agent-pic {width:108px;display:block;padding:6px;margin:0 auto;background:rgba(255,255,255,0.2);border-radius:50%;}
.aside .agentInfo .agent-pic .div-pic {display:block;width:96px;height:96px;border-radius:50%;-webkit-box-shadow:0px 0px 1px 0px rgba(0,0,0,0.24);box-shadow:0px 0px 1px 0px rgba(0,0,0,0.24);}
.aside .agentInfo .agent-tit {margin-bottom:20px;text-align:center;font-size:20px;line-height:30px;font-weight:700;color:#fff;}
.aside .agentInfo .agent-sub {color:#fff;font-size:16px;line-height:24px;padding:0 20px;}
.aside .agentInfo .agent-btn {display:block;margin:20px auto 0;width:200px;height:40px;line-height:40px;color:#E1251B;font-size:14px;text-align:center;background:#fff;border-radius:4px;}
.aside .agentInfo .agent-phone {padding-top:10px;font-size:14px;font-weight:400;text-align:center;color:#fff;}
.aside .agentInfo .agent-phone span {margin-left:5px;color:#fff;font-size:16px;font-family:DIN;}

/*二维码*/
.aside .side-qrcode {display:block}
.aside .side-qrcode img {float:left;display:block;width:90px;height:90px}
.aside .side-qrcode p {display: flex;align-items: center;height:90px;margin-left:100px;white-space:normal;}
.aside .side-qrcode p span {vertical-align:middle;font-size:16px;line-height:24px;color:#101010}
/*相关文章*/
.aside .side-list ul {display:block;width:100%}
.aside .side-list ul li {counter-increment:nums;display:block;width:100%;height: 24px;line-height:24px;padding-left:30px;margin-bottom:10px;overflow:hidden;position:relative;}
.aside .side-list ul li:first-child:before{background-color: #f34141;border-color: #f34141;text-shadow: 0 1px 1px #bb2c2c;}
.aside .side-list ul li:nth-child(2):before{background-color: #ff644b;border-color: #ff644b;text-shadow: 0 1px 1px #e44930;}
.aside .side-list ul li:nth-child(3):before{background-color: #ff8b78;border-color: #ff8b78;text-shadow: 0 1px 1px #ff6249;}
.aside .side-list ul li:first-child:before,.aside .side-list ul li:nth-child(2):before,.aside .side-list ul li:nth-child(3):before{color:#fff;text-shadow:none;line-height:22px}
.aside .side-list ul li:before{width:22px;height:20px;line-height:20px;text-align:center; content:counter(nums,decimal);position:absolute;left:0;top:2px;color:#999;background-color: #f8f8f8;  border-color: #f8f8f8;border-radius:3px;}
.aside .side-list ul li:last-child {margin-bottom:0}
.aside .side-list ul li a {position: relative;display: block;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.aside .side-list ul li a:hover {color:#E1251B}

.aside .side-ad {border-radius: 3px;overflow: hidden;}
.aside .side-ad .ad-pic{width: 100%;height: auto;display: block;overflow: hidden;}
.aside .side-ad .ad-pic img { display: block;width: 100%;height: 100%;object-fit: cover;}
/*标签*/
.aside .side-tags {height: 100%;font-size: 0;position: relative; }
.aside .side-tags li {position: relative;display: inline-block;vertical-align: top;width: calc(50% - 4px);margin-top: 5px; margin-right: 5px;}
.aside .side-tags li:nth-child(2n) {margin-right: 0}
.aside .side-tags li a {display: block;color: #101010;font-size:14px;text-align:center;padding: 4px 0px;background-color: #f7f8f9;border-radius: 3px;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.aside .side-tags li a:hover{ color: #E1251B; }
/*城市分站*/
.aside .side-area  {height: 100%;font-size: 0;position: relative; }
.aside .side-area  li {position: relative;display: inline-block;vertical-align: top;width: calc(33.3333% - 4px);margin-top: 5px; margin-right: 5px;}
.aside .side-area  li:nth-child(3n) {margin-right: 0}
.aside .side-area  li a {display: block;color: #101010;font-size:14px;text-align:center;padding: 4px 0px;background-color: #f7f8f9;border-radius: 3px;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.aside .side-area  li a:hover{ color: #E1251B; }

/*文章内容标题*/
.ls-article-title  {padding:50px 0;background: url(../images/banner/bgquote.jpg) no-repeat;background-size: cover;}
.ls-article-title .article-crumbs {font-size: 14px;color: #666;line-height: 24px;margin-bottom:20px;}
.ls-article-title .article-crumbs i {margin:0 5px;}
.ls-article-title .article-crumbs a {color: #666;}
.ls-article-title .article-crumbs a:last-child {color: #E1251B ;}
.ls-article-title .article-title {font-size: 42px;color: #202020;font-weight: 700;line-height: 60px;}
.ls-article-title .article-info {margin-top:20px;overflow: hidden;position:relative;}
.ls-article-title .article-info  span {font-size: 14px;color: #666;line-height: 20px;margin-right: 15px;white-space: nowrap;}
.ls-article-title .article-info span em {color: #999;margin-right:5px;}
.ls-article-title .article-info  a {color: #999;}
@media screen and (max-width: 1199px){
.ls-article-title  {margin-top:50px;text-align: center;padding:50px 0;}
.ls-article-title .article-title {font-size: 30px;color: #202020;line-height: 1.2;}
}

/*内容*/
.ls-article-content{position: relative;}
.ls-article-details {display: block;min-height: 500px;margin-bottom:20px;border-bottom: 1px solid #eaeeef;}
.ls-article-details .h1,.ls-article-details .h2,.ls-article-details .h3,.ls-article-details h1,.ls-article-details h2,.ls-article-details h3 {margin: 0px 0 20px;line-height: 1.4;font-weight: 700}
.ls-article-details .h1,.ls-article-details h1 {font-size: 24px;color: #E1251B;}
.ls-article-details .h2,.ls-article-details h2 {padding-bottom: 12px;font-size: 20px;border-bottom: 1px solid #eaeeef;}
.ls-article-details .h3,.ls-article-details h3 {padding-left: 10px;font-size: 18px;line-height: 1.2;border-left: 4px solid #E1251B}
.ls-article-details p {font-size: 16px;line-height: 1.8;margin-bottom: 20px;color: #333;text-align: justify;text-justify: inter-word;word-break: break-all;}
.ls-article-details p a{color: #1a79ff;text-decoration: none;}
.ls-article-details p img {max-height: 500px;overflow: hidden;display: block;margin: 0px auto;background: #f5f6f9;border-radius: 5px;}

.ls-article-details p.tips {display: block;width: 100%;padding: 10px;background-color: #fff4f4;border-radius: 12px;}
.ls-article-details ol,.ls-article-details ul {background-color: #f6f8ff;border-radius: 12px;font-size: 16px;padding: 20px 20px 20px 40px;margin-top: 20px;margin-bottom: 20px;list-style-position: outside;list-style-type: disc;}
.ls-article-details ol {list-style-type: decimal;}
.ls-article-details li {list-style: unset;font-size: 14px;line-height: 24px;margin-bottom: 10px;}
.ls-article-details li a{color: #1a79ff;text-decoration: none;}
.ls-article-details li p {padding: 0!important;}
/*序号列表*/
.ls-article-details ol {counter-reset: li;margin-bottom:20px;}
.ls-article-details ol li {position:relative;margin-bottom:0px;padding: 0px 0px 30px 30px;border-left:2px dotted #e4e4e4;font-size: 16px;line-height: 30px;}
.ls-article-details ol li:last-child:after{position:absolute;bottom:-10px;left:-10px;display:block;background-color:#f6f8ff;color:#ccc;content:"END";font-size:12px;}
.ls-article-details ol li:before{content: counter(li);counter-increment: li;position:absolute;left:-20px;display:inline-block;text-align:center;width:38px;height:38px;line-height:38px;border-radius:100px;background:#fff;box-shadow: 0 0 6px rgba(0,0,0,.05);color:#666;font-size:16px;font-weight: 600;text-align:center;}
/*代码高亮*/
.ls-article-details p code {padding: 6px 10px;font-size: 85%;color: #E1251B;background-color: #f9f2f4;border-radius: 4px;}
/*blockquote*/
.ls-article-details blockquote {background-color: #F7F8FC;border-radius: 4px;padding: 20px 40px;margin-bottom: 20px;position: relative;}
.ls-article-details blockquote p  {line-height: 30px;font-size: 16px;color: #2D3037;margin-bottom: 0px;}
.ls-article-details blockquote:before {content: '';position: absolute;width: 20px;height: 15px;background: url(../images/icons/left-quote.svg) center no-repeat;background-size: 20px 15px;left: 10px;top: 20px;}
.ls-article-details blockquote:after {content: '';position: absolute;width: 20px;height: 15px;background: url(../images/icons/right-quote.svg) center no-repeat;background-size: 20px 15px;right: 10px;bottom: 20px;}
/*表格*/
.ls-article-details table {border-collapse:collapse;border-spacing:0;margin-top:0;margin-bottom:20px;width:100%;border:1px solid #E1E6F0;border-bottom:0;}
.ls-article-details table td,.article-con table th{padding:10px 12px;border:1px solid #E1E6F0;text-align:left}
.ls-article-details table th{background-color:#F5F7FA;color:#333;height:40px;font-weight:400;}
.ls-article-details table td{color:#666}
.ls-article-details table td a{color: #00a4ff;text-decoration: none;}
.ls-article-details table td img { display:  inline-block;}
.ls-article-details table tr{background-color:#fff;}
/*文章标签*/
.ls-article-details .content-tags {display: block;margin-bottom:20px;overflow: hidden;}
.ls-article-details .content-tags  span {margin-top: 10px;float: left;font-size: 14px;color: #333;line-height: 24px;}
.ls-article-details .content-tags a {display: inline-block;height: 24px;margin-top: 10px;margin-right: 5px;padding: 0 10px;font-size: 12px;color: #666;line-height: 24px;background: #F5F6F7;border-radius: 3px;transition: all .3s;}
.ls-article-details .content-tags a:hover {background: #FFF2F2;color: #E1251B;transition: all .3s;}
.ls-article-details .content-tags a:last-child {margin-right: 0;}
/*声明*/
.ls-article-details .content-explain {display: block;background: #f7f7f7;padding: 10px;margin-bottom: 10px;overflow: hidden;}
.ls-article-details .content-explain p {color: #666;font-size: 13px;text-indent: 0px;line-height:20px;margin-bottom: 0px;}
.ls-article-details .content-explain p span {color: #1a79ff;}
/*上一篇 下一篇*/
.ls-article-page{display: block;font-size:0;position: relative;margin-bottom: 20px;position: relative;}
.ls-article-page .page-link {display:  inline-block;width: calc(50% - 12px);margin-right: 20px;cursor: pointer;}
.ls-article-page .page-link:last-child {margin-right: 0}
.ls-article-page .page-link .page-cont {background: linear-gradient(90deg, rgba(225, 37, 27, .08), #fff);border: 2px solid #fff;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);border-radius:3px;padding: 12px 16px;text-align: start;}
.ls-article-page .page-link .page-cont span {display:  block;font-size: 14px;height:24px;color: #202020;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.ls-article-page .page-link .page-cont .page-title {display: block;font-size: 14px;height: 24px;line-height: 24px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ls-article-page .page-link:hover span {font-size: 16px;color: #E1251B;}
.ls-article-page .page-link:hover .page-title {color: #E1251B;}

@media screen and (max-width: 1199px){
.ls-article-page .page-link{display: block;width: 100%;margin-bottom: 20px;cursor: pointer;}
.ls-article-page .page-link:last-child {margin-bottom: 0}
.ls-article-page .page-link .page-cont {border: 1px solid #efefef;padding: 10px 10px;text-align: start;}
.ls-article-page .page-link .page-cont span {margin-bottom:0px;}
}		 
/*相关文章*/
.ls-article-relevant {display:block;overflow: hidden;}
.ls-article-relevant .relevant-title {height: 50px;line-height: 50px;font-size: 20px;color: #2D3037;border-bottom: 1px solid #eaeeef;}
.ls-article-relevant .relevant-title h3 {font-size: 24px;}
.ls-article-relevant .relevant-list {padding: 16px 0;}
.ls-article-relevant .relevant-list ul {display: block;list-style: none;/* margin-right: -20px; *//* margin-left: -20px; */}
.ls-article-relevant .relevant-list li {width:50%;float:left;height:40px;line-height:40px;/* padding:0 20px; */}
.ls-article-relevant .relevant-list li a{position: relative; display: block; padding: 0px 15px;font-size: 16px; color: #333; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ls-article-relevant .relevant-list li a:before{position: absolute; top: 50%; left: 0;content: "";margin-top: -2px; width: 5px; height: 5px; border-radius: 50%; background-color:#E1251B ;}
.ls-article-relevant .relevant-list li a:hover{color:#E1251B ;}

/*页面banner*/
.page-banner{margin-top:60px;height:400px;overflow:hidden;position:relative;background-color:#f7f8f9;background-position: top;background-repeat: no-repeat;background-size: cover!important;}
.page-banner .pa{position: absolute;top: 50%;right: 0;left: 0;margin: auto;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.page-banner .pa>h3{font-size:50px;color:#101010;}
.page-banner .pa>h3>.icon{font-size:60px;}
.page-banner .pa>h3>strong{font-weight:400;}
.page-banner .pa>p{font-size:20px;color:#101010;font-weight:100;margin-top:20px;}
.page-banner .pa>.btn{margin-top:80px;}
.page-banner .pa>h3>span{font-size:24px;display:inline-block;background:rgba(255,255,255,0.2);padding:5px 10px;border-radius:2px;vertical-align:middle;}
.banner-light .pa>h3{color:#00B400;}
.banner-light .pa>p{color:#666;}
.banner-min{height:150px;}
.banner-min .pa>h3{font-size:40px;}
.page-banner.banner-white h3,.page-banner.banner-white p{color:#fff;}

@media (max-width: 1199px) {
.page-banner{height:200px;background-size:auto 100%;}
.page-banner .pa{padding:0 20px;}
.page-banner .pa>h3{font-size:26px;}
.page-banner .pa>h3>.icon{font-size:30px;}
.page-banner .pa>h3>span{display:none;}
.page-banner .pa>p{font-size:16px;margin-top:10px;}
.page-banner .pa>.btn{margin-top:20px;}
}

/*.关于简介 */
.about-title {float: left;;}
.about-title .title {font-size: 26px;color: #333;}
.about-title .text {font-size: 36px;color: #E1251B;margin-top: 20px;}
.about-intro {float: right;width: 62%;margin-top: 0px}
.about-intro p {line-height: 36px;font-size: 16px;color: #333;letter-spacing: 1px;margin-bottom: 26px}
.about-bg {position: relative;overflow: hidden;}
.about-bg::before {display: block;content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: url(http://www.blsc.cn/images/a2-bg.png) center center #E1251B no-repeat;overflow: visible;z-index: -1;}
.about-tit {display: block;text-align: left;color: #fff;letter-spacing: 2px;font-size: 18px;}
.about-txt {display: block;margin-top:30px;overflow: hidden;}
.about-txt h4 {display: block;width: 8%;height: 3px;background: #eee;float: left;margin-top: 15px;}
.about-txt h5 {display: block;float: right;width: 88%;}
.about-txt h5 span {display: block;font-size: 16px;color: #eee;line-height: 30px;letter-spacing: 2px;text-align: justify;}
@media screen and  (max-width:1280px){
.about-title .title {font-size: 20px;color: #333;}
.about-title .text {font-size: 26px;color: #E1251B;margin-top: 20px;}
.about-txt h4 {display: none;}
.about-txt h5 {display: block;float: left;width: 100%;}
.about-txt h5 span {letter-spacing: 1px;}
}
@media screen and  (max-width:1024px){
.about-intro {float: left;width: 100%;margin-top: 20px}
.about-txt h4 {display: none;}
.about-txt h5 {display: block;float: left;width: 100%;}
.about-txt h5 span {letter-spacing: 1px;}
}
/*公用卡片*/
.about-grid {font-size: 0;margin-top: 30px;height: 100%;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);position: relative;}
.about-grid .list {display: inline-block;vertical-align: top;width: calc(33.3333% - 15px);border-right: 1px solid #eaeeef;height:252px;padding:30px;position: relative;}
.about-grid .list:nth-child(3n+0) {border-right: 0;}
.about-grid .list .tag {position: absolute;right: 0;top: 0;border-right: 30px solid rgba(0,0,0,0);border-top:30px solid rgba(0,0,0,0);border-color: #ff2626 #ff2626 rgba(0,0,0,0) rgba(0,0,0,0);border-style: solid;border-width: 30px;}
.about-grid .list .tag.blue {border-color: #0767e2 #0767e2 rgba(0,0,0,0) rgba(0,0,0,0);}
.about-grid .list .tag span {position: absolute;left:-2px;top: -18px;transform: rotate(45deg);font-size: 14px;color: #fff;letter-spacing: 1px;line-height: 16px;width: 30px;}
.about-grid .list .tit {font-size: 20px;font-weight: bold;color: #000;}
.about-grid .list .tips {font-size: 15px;color: #666;line-height: 1.5;margin-top: 14px;}
.about-grid .list .text {margin-top: 30px;}
.about-grid .list .text p {font-size: 15px;color: #737373;margin-top: 20px;}
.about-grid .list .text .tel {display: block;font-size: 24px;font-weight: bold;color: #E1251B;margin-top: 10px;}
.about-grid .list .text .ls-btn {width: 140px;height: 40px;background-color: #E1251B;border: solid 1px #E1251B;display: block;line-height: 40px;text-align: center;color: #fff;}
.about-grid .list .text .img {font-size: 0;border: 1px solid #eaeaeb;width: 100px;height: 100px;}
@media (max-width: 768px) {
.about-grid .list {width: 100%;height: auto;border-right: 0;border-bottom: 1px solid #eaeeef;}
.about-grid .list:nth-child(3n+0) {border-bottom: 0;}
.about-grid .list .tit {font-size: 4.5vw;}
.about-grid .list .tips {font-size: 3vw;}
.about-grid .list .text {margin-top: 20px;}
.about-grid .list .text .btn {font-size: 3vw;}
.about-grid .list .text p {font-size: 3vw;}
.about-grid .list .text p a {font-size: 4.5vw;}
}
/*公共文本*/
.about-text {margin-top:30px; padding:20px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
.about-text h3 {font-size: 20px;font-weight: bold;color: #000;margin-bottom: 12px;}
.about-text p{display: block;line-height: 2;font-size:14px;color: #676A6C;}
@media screen and  (max-width:768px){
.about-text h3 {font-size: 4.5vw;}
.about-text p {font-size: 3vw;}
}
/* news */
.about-newslist{display: block;position: relative;overflow: hidden;}
.about-newslist .item-link{  display: block;position: relative;overflow: hidden;padding: 20px 0;  transition: all .3s;}
.about-newslist .item-link:before{content:'';position:absolute;left:0;bottom:0;right:0;height:1px;background-color:rgba(0,0,0,.2)}
.about-newslist .item-link:after{content:'';position:absolute;left:0;bottom:0;right:0;height:1px;width:0;background-color:#E1251B;-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s}
.about-newslist .item-img{ margin-left: 20px;float: right;height: 200px;position: relative;border-radius: 10px;overflow: hidden;}
.about-newslist .item-img img {display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.about-newslist .item-con{ display: block;overflow: hidden;position: relative;}
.about-newslist .item-con .time{ color: #878787;font-size: 18px; line-height: 30px;margin-bottom:10px;}
.about-newslist .item-con .title{color: #202020;font-size: 24px; line-height: 40px;margin-bottom:10px;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all .3s;}
.about-newslist .item-con .desc{ color: #A2A2A2; font-size: 14px;line-height: 24px; height: 48px;margin-bottom:16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.about-newslist .item-con .ls-btn {min-width: 120px;line-height: 36px;height: 36px; }
.about-newslist .item-link:hover:after{width:100%}
.about-newslist .item-link:hover .news-img img{ -webkit-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
.about-newslist .item-link:hover .title{ color: var(--main-color);}
.about-newslist .item-link:hover .ls-btn{ padding-right: 15px;background-color: #E1251B; border-color: #E1251B; color: #FFFFFF;}
.about-newslist .item-link:hover .ls-btn span{ color: #FFFFFF;}
.about-newslist .item-link:hover .ls-btn .arr-black  {padding-right: 15px}
.about-newslist .item-link:hover .arr-black:after {opacity: 1;height: 14px;background-image: url(../images/icons/arr_white.svg);}
@media screen and  (max-width:1199px){
	.about-newslist .item-img{  height: 160px;margin-left: 10px;}
	.about-newslist .item-con .time{ font-size: 16px; line-height: 20px;}
	.about-newslist .item-con .title{ font-size: 20px; line-height: 30px;}
	.about-newslist .item-con .desc{ line-height: 24px; height: 48px;margin-bottom:10px; }
	.about-newslist .item-con .ls-btn {line-height: 32px;height: 32px; }
}
@media screen and  (max-width:768px){
	.about-newslist .item-img{ height: 90px;margin-left: 10px;}
	.about-newslist .item-con .time{font-size: 14px; line-height: 20px;margin-bottom:10px;}
	.about-newslist .item-con .title{ font-size: 16px; line-height: 25px; height: 50px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;white-space: initial;}
	.about-newslist .item-con .desc{ display: none;}
	.about-newslist .item-con .ls-btn{ display: none;}
}


.area-block {display: block;margin-bottom: 20px;}
.area-section {display: block;background: #fff;}
.area-section .area-section-head {display:block;height: 50px;line-height: 50px;border-bottom: 1px solid #eaeeef;}
.area-section .area-section-head h3 {position: relative;display:  inline-block;color: #101010;font-size:20px;}
.area-section .area-section-body{display:block;}
@media only screen and (max-width:768px) {
.area-section .area-section-head h3 {font-size:18px;}
}
.area-list {height: 100%;font-size: 0;position: relative; }
.area-list li {position: relative;display: inline-block;vertical-align: top;width: calc(12.5555% - 14px);margin-top: 20px; margin-right: 15px;}
.area-list li:nth-child(8n) {margin-right: 0}
.area-list li a {display: block;color: #101010;font-size:14px;text-align:center;padding: 10px 10px;border: 1px solid #eaeeef;border-radius: 3px;cursor: pointer;}
.area-list li a:hover{ color: #E1251B;border: 1px solid #E1251B; font-weight:normal; text-decoration:none; }
@media only screen and (max-width:1199px) {
.area-list li,.area-list li:nth-child(8n) {width: calc(16.6666% - 15px);margin-top: 15px; margin-right: 18px;}
.area-list li:nth-child(6n) {margin-right: 0}
}
@media only screen and (max-width:768px) {
.area-list li,.area-list li:nth-child(8n),.area-list li:nth-child(6n) {width: calc(20% - 12px);margin-right: 15px; }
.area-list li:nth-child(5n) {margin-right: 0}
}
@media only screen and (max-width:640px) {
.area-list li,.area-list li:nth-child(5n),.area-list li:nth-child(6n),.area-list li:nth-child(8n) {width: calc(33.3333% - 7px);margin-top: 10px; margin-right: 10px;}
.area-list li:nth-child(3n) {margin-right: 0}
}

.citylist { display: block;position: relative;overflow: hidden; }
.citylist dl{ margin-bottom: 20px; position: relative; padding-left:90px; min-height: 30px; }
.citylist dl dt{ position: absolute; left: 0; background:#E1251B; min-width: 80px; color:#fff; border-radius: 4px; }
.citylist dl dt a{ color:#fff; display: block; text-align: center; height: 30px; line-height: 30px;text-decoration: none; }
.citylist dl dd a{text-decoration: none; display: inline-block; color:#666; height: 30px; line-height: 30px; padding: 0 5px; }
.citylist dl dd a:hover{ color:#E1251B; text-decoration: none;}   
@media(max-width:789px){
.citylist dl{font-size:14px}
.citylist dl dd {margin-left: 0;}
}

/* 城市分站 banner */
.ls-city-banner {background-color:#f7f7f7;overflow: hidden;padding: 60px 0 0;}
.ls-city-banner .banner-layout {padding: 0 20px;}
.ls-city-banner .banner-contain {width: 100%;padding: 0;text-align: center;}
.ls-city-banner .banner-title {font-size: 36px;overflow: hidden;color: #010101;position: relative;}
.ls-city-banner .banner-title .line { background-color: #f60014;width: 40px;height: 2px;margin: 20px auto 0;overflow: hidden;}
.ls-city-banner .banner-text {font-size: 20px;line-height: 1.6;width: 80%;margin: 20px auto 30px;color: #333;}
.ls-city-banner .banner-btn .ls-btn {min-width: 160px;line-height: 40px;height: 40px;}
.ls-city-banner .banner {width: 96%;margin: 20px auto 0;display: flex;align-items: flex-end;position: relative;left: 0;}
.ls-city-banner .banner img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
@media only screen and (max-width: 768px) {
.ls-city-banner .banner-title {font-size: 30px;}
.ls-city-banner .banner-text {width: 100%;font-size: 18px;line-height: 1.5;}
.ls-city-banner .banner-btn .btn{min-width: 160px;line-height: 34px;}
}
@media only screen and (max-width: 500px) {
.ls-city-banner .banner-title {font-size: 20px;line-height: 1.2;}
.ls-city-banner .banner-text  {font-size: 16px;}
}
/*标题*/
.ls-city-title {display:block;height: 50px;line-height: 50px;border-bottom: 1px solid #eaeeef;}
.ls-city-title h3 {position: relative;display:  inline-block;color: #101010;font-size:24px;}
.ls-city-title h3:after {content: "";position: absolute;width: 48px;height: 2px;background-color: #E1251B;bottom: -2px;left: 0;}
.ls-city-title p {color:#666;font-size:16px;margin-left:15px;display:inline-block;}

/*介绍*/
.ls-city-introduce {display:block;margin-top:20px;font-size: 0;overflow: hidden;position: relative;}
.ls-city-introduce .text {margin-top:20px;text-indent:2em;font-size:16px;color:#666;line-height:30px;}
/*产品*/
.ls-city-product {background: #fff;border: 1px solid #eaeeef;border-radius: 3px;padding: 0 20px 20px;margin-top:20px;}
.ls-city-product .product-type {font-size: 0;overflow: hidden;position: relative;}
.ls-city-product .product-type li {float:left;width:16.6666%;border-bottom:1px solid #eee;font-size:20px;line-height:40px;}
.ls-city-product .product-type li:last-child {text-align:right;}
.ls-city-product .product-type li span,.ls-city-product .product-type li a {cursor: pointer;position:relative;display:inline-block;padding:10px 0;}
.ls-city-product .product-type li.cur span {color:#E1251B;}
.ls-city-product .product-type li.cur span:before {position:absolute;bottom:0;left:0;z-index:2;content:'';width:100%;height:2px;background-color:#E1251B;}
@media (max-width:768px) {
.ls-city-product .product-type li {width:50%;font-size:16px;line-height:35px;text-align:center !important;}
}
.ls-city-product .product-box {padding-top:20px;}
.ls-city-product .product-list {display:none;}
.ls-city-product .product-list:first-child {display:block;}
.ls-city-product .product-list-left {float:left;width:60%;padding-right:30px;}
.ls-city-product .product-list-left h3 {position:relative;margin-bottom:20px;font-size:24px;}
.ls-city-product .product-list-left p {margin-bottom:20px;font-size:16px;color:#666;line-height:26px;}
.ls-city-product .product-list-left .ls-btn {min-width: 128px;line-height:36px;height:36px;}
.ls-city-product .product-list-right {float:left;width:40%;text-align:center;}
.ls-city-product .product-list-right img {height:200px;}
@media (max-width:860px) {
.ls-city-product .product-list-left,.ls-city-product .product-list-right {width:50%;padding-top:0;}
}
@media (max-width:768px) {
.ls-city-product .product-list-left {width:100%;padding-top:0;padding-right:0;text-align:center;margin-bottom:25px;}
.ls-city-product .product-list-left h3:after {display:none;}
.ls-city-product .product-list-right {width:100%;}
}
/* 问题 */
.c-question {display:block;padding:20px 0;}
.c-question .item {display: block;background:rgba(255,255,255,1);box-shadow:0px 2px 17px 1px rgba(223,223,223,0.3);padding:0 16px; margin-bottom: 20px;overflow: hidden;position: relative;cursor: pointer;}
.c-question .item-header {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: relative;}
.c-question .item-header .now {display: inline-block;border: 1px solid #DD1313;color: #DD1313;font-size: 12px;width: 20px;line-height: 20px;height: 20px;border-radius: 50%;text-align: center;margin-right: 6px;}
.c-question .item-header .title {display: inline-block;width: calc(100% - 50px);height: 60px;line-height: 60px;color: #101010;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.c-question .item-header .title::before,.c-question .item-header .title::after{content: "";display: block;width:16px;height:3px;background: #101010;position: absolute;top: calc(50% - 0px);right: 0px;cursor: pointer;}
.c-question .item-header .title::after{transform: rotate(90deg);}
.c-question .item-content {display: none;padding: 0px 30px 20px;line-height: 28px;font-size: 16px;color: #62656d;}
.c-question .item-header.active .title {color:#E1251B;}
.c-question .item-header.active:after {background-color: #E1251B ;}
.c-question .item-header.active .title::before{background: #E1251B;}
.c-question .item-header.active .title::after{display: none;}
@media screen and (max-width:768px){ 
.c-question {display:block;padding:0;}
.c-question .item {padding:0 12px;}
.c-question .item-header .now {display: inline-block;border: 1px solid #DD1313;color: #DD1313;font-size: 12px;width: 16px;line-height: 16px;height: 16px;border-radius: 50%;text-align: center;margin-right: 6px;}
.c-question .item-header .title {font-size: 16px;}
.c-question .item-content {padding: 0px 25px 20px;}
}
/* 城市分站关联步骤 */
.ls-city-step {display:block;margin-top:20px;font-size: 0;overflow: hidden;position: relative;}
.ls-city-step .step-list {margin-top:20px;padding:20px 0 0;background: #fff;border: 1px solid #eaeeef;border-radius: 3px;overflow: hidden;position: relative;}
.ls-city-step .step-list .item {display: inline-block;vertical-align: top;position:relative;width:calc(20%);margin-bottom: 20px;text-align: center;background: url(../images/icons/arrow.png) no-repeat right 40px;background-size: 40px;}
.ls-city-step .step-list .items:not(:last-child):after {content: '';display: block;position: absolute;top: 30%;right: 0;border: 2px solid #999; border-left: none; border-bottom: none; width: 12px; height: 12px;-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.ls-city-step .step-list .item:last-child {background: none;}
.ls-city-step .step-list .item .icon {width: 80px;height: 80px;margin: auto;}
.ls-city-step .step-list .item .title {font-size: 20px;line-height: 30px;margin-top: 16px;}
.ls-city-step .step-list .item .desc {color: #828699;font-size: 14px;line-height: 1.6;margin-top:10px;}
.ls-city-step .step-list .item .btns {margin-top: 20px;font-size: 14px;}
@media screen and (max-width: 1024px){
	.ls-city-step .step-list .item {float: left;width:33.33%;}
	.ls-city-step .step-list .item:not(:last-child):after {display:none}
	.ls-city-step .step-list .item:nth-child(3n){background: none;}
	.ls-city-step .step-list .item .btns {margin-top: 10px;}
}
@media screen and (max-width: 768px){
	.ls-city-step .step-list .item ,.ls-city-step .step-list .item:nth-child(3n){float: left;width:50%;background: url(../images/arrow.png) no-repeat right 40px;background-size: 40px;}
	.ls-city-step .step-list .item:nth-child(2n){background: none;}
	.ls-city-step .step-list .item .icon {width: 60px;height: 60px;margin: auto;}
	.ls-city-step .step-list .item .title {font-size: 14px;margin-top: 12px;}
}

/* 城市分站代理优势 */
.ls-city-advantage {display:block;margin-top:20px;font-size: 0;overflow: hidden;position: relative;}
.ls-city-advantage table {width: 100%;margin-top:20px;font-size: 14px;font-weight: 500}
.ls-city-advantage table thead tr {background: #0052d9;}
.ls-city-advantage table thead tr th {height: 60px;line-height: 60px;padding: 0;font-size: 18px;color: #fff;font-weight: 500}
.ls-city-advantage table thead tr th:first-child {text-align: center;font-weight: 600;}
.ls-city-advantage table thead tr th:nth-child(2) {font-size: 18px;;background: #E1251B;border-left: 4px solid #fff;border-right: 4px solid #fff;}
.ls-city-advantage table thead tr th:nth-child(2) i {background-image: url(../images/icons/hg.svg);background-repeat: no-repeat;-webkit-background-size: 30px auto;background-size: 30px auto;display: inline-block;width: 30px;height: 30px;vertical-align: middle}
.ls-city-advantage table tbody tr {background: #f3f6fc}
.ls-city-advantage table tbody tr td {height: 50px;line-height: 50px;text-align: center;position: relative}
.ls-city-advantage table tbody tr td:first-child {text-align: center;font-weight: 600;}
.ls-city-advantage table tbody tr td:nth-child(2) {border: 4px solid #fff;border-top: none;padding-left: 20px}
.ls-city-advantage table tbody tr td:last-child {padding-left: 20px;}
.ls-city-advantage table tbody tr:nth-child(odd) {background: #e9eef6}
.ls-city-advantage table tbody tr:nth-child(odd) td:nth-child(2) {background-color: #ffe7e7}
.ls-city-advantage table tbody tr:nth-child(2n) td:nth-child(2) {background-color: #fcf8f7}
.ls-city-advantage table tbody tr:hover td:nth-child(2) span {color: #E1251B}
@media screen and (max-width: 768px){
	.ls-city-advantage table {font-size: 13px;}
	.ls-city-advantage table thead tr {background: #0052d9;}
	.ls-city-advantage table thead tr th {height: 50px;line-height: 50px;font-size: 16px;}
	.ls-city-advantage table thead tr th:first-child {text-align: center;font-weight: 600;}
	.ls-city-advantage table thead tr th:nth-child(2) {font-size: 16px;}
	.ls-city-advantage table thead tr th:nth-child(2) i {background-image: url(../images/icons/hg.svg);background-repeat: no-repeat;-webkit-background-size: 26px auto;background-size: 26px auto;display: inline-block;width: 26px;height: 26px;}
	.ls-city-advantage table tbody tr td:last-child {padding-left: 20px;font-size: 13px}
	.ls-city-advantage table tbody tr td {height: 40px;line-height: 20px;padding: 0;position: relative}
}
/* 城市分站常见问题 */
.ls-city-question {display:block;margin-top:20px;font-size: 0;overflow: hidden;position: relative;}
.ls-city-question .question-list {margin-top:20px;}
.ls-city-question .question-item {display: block;margin-top: 10px;overflow: hidden;position: relative;cursor: pointer;}
.ls-city-question .question-item .item-head {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;background: #fff8f8;padding:0 20px;border-radius: 6px;border-bottom: 0;border: 1px solid #ffecec;position: relative;}
.ls-city-question .question-item .item-head .now {display: inline-block;border: 1px solid #E1251B;color: #E1251B;font-size: 14px;width: 20px;line-height: 20px;height: 20px;border-radius: 50%;margin-right:10px;text-align: center;}
.ls-city-question .question-item .item-head .title {display: block;height: 50px;line-height: 50px;color: #101010;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ls-city-question .question-item .item-head .title:hover {color:#00cebb;}
.ls-city-question .question-item .item-head .title::before,.ls-city-question .question-item .item-head .title::after{content: "";display: block;width:16px;height:1.5px;background: #101010;position: absolute;top: calc(50% - 0px);right: 20px;cursor: pointer;}
.ls-city-question .question-item .item-head .title::after{transform: rotate(90deg);}
.ls-city-question .question-item .item-boby {display:none;padding:10px 20px;font-size:16px;font-weight:400;line-height:32px;color:#666;background: #fff;border-radius: 0 0 6px 6px;border: 1px solid #ffecec;border-top: 0;}
.ls-city-question .question-item .item-boby .tips{margin-right:10px;;}
.ls-city-question .question-item .item-boby .tips span{background:#E1251B;display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;font-size:12px;border-radius:50%;}
.ls-city-question .question-item .item-boby .ans{flex:1;overflow:hidden;line-height:30px;}
.ls-city-question .question-item .item-boby .ans span{color:#999}
.ls-city-question .question-item .item-boby .ans a{color:#f30}
.ls-city-question .question-item .item-boby .ans a:hover{text-decoration:underline;}
.ls-city-question .question-item.active .item-head{border-radius:6px 6px 0 0;}
.ls-city-question .question-item.active .item-head .title{color:#E1251B;font-weight:bold;}
.ls-city-question .question-item.active .item-head .title::after{display: none;}
.ls-city-question .question-item.active .item-boby {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;}